diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-31 08:37:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-31 08:37:12 +0000 |
commit | a1406ce91b6f3f6625a1d7ef24ba9fd4018d7534 (patch) | |
tree | 7b81da2cd33c7b49d8dcfc683b78d01bb8515a2c /config/shells | |
parent | f265f485a79c156786801f2da2434e11d06b89ee (diff) |
1999-05-24 Roland McGrath <roland@baalperazim.frob.com>
* protocols, services, shells, passwd, group, resolv.conf, fstab,
root-.bash_login, root-.bashrc, root-.profile: Files removed.
These files are not really Hurd-specific, and so should be installed
by some other package (and are in Debian).
* Makefile (SYSCONFFILES): Remove those files from the list.
(ROOTDOTS, installed_rootdots): Variables removed.
(DIST_FILES): Remove reference to $(ROOTDOTS).
(install): Remove dep on $(installed_rootdots).
($(installed_rootdots)): Rule removed.
Diffstat (limited to 'config/shells')
-rw-r--r-- | config/shells | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/shells b/config/shells deleted file mode 100644 index 6c681235..00000000 --- a/config/shells +++ /dev/null @@ -1,16 +0,0 @@ -# List of acceptable shells for chsh/passwd -s -# Ftpd will not allow users to connect who do not have one of these shells. -# -# Yes, emacs is in /etc/shells. Surprised? -# -/bin/sh -/bin/bash -/bin/kibosh -/bin/kish -/bin/ash -/bin/emacs -/bin/es -/bin/rc -/bin/tcsh -/bin/zsh -/bin/csh |