From a1406ce91b6f3f6625a1d7ef24ba9fd4018d7534 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 31 May 1999 08:37:12 +0000 Subject: 1999-05-24 Roland McGrath * 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. --- config/root-.profile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/root-.profile (limited to 'config/root-.profile') diff --git a/config/root-.profile b/config/root-.profile deleted file mode 100644 index ac5d42d9..00000000 --- a/config/root-.profile +++ /dev/null @@ -1,16 +0,0 @@ -# Execute the user's .root_profile file if it exists rather than this one. - -case "$USER" in - "" | root) - UHOME="";; - *) - UHOME="`eval echo ~$USER`";; -esac - -if [ "$UHOME" -a -r "$UHOME/.root_profile" ]; then - . "$UHOME/.root_profile" -else - PATH=/sbin:/bin:/local/bin - export PATH - echo "Don't login as root; use \`addauth root' or \`su'." -fi -- cgit v1.2.3