Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc,v rcsdiff: /ftp/cvs/cvsroot/src/etc/rc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/etc/rc 1993/04/28 06:40:01 1.11 +++ src/etc/rc 1993/05/03 04:19:40 1.12 @@ -122,7 +122,11 @@ echo clearing /tmp (cd /tmp && rm -rf [a-km-pr-zA-Z]* && find . ! -name . ! -name lost+found ! -name quotas -exec rm -rf -- {} \;) -# echo 'turning on accounting'; accton /var/account/acct +if [ -d /var/account ]; then + echo 'turning on accounting' + accountant + accton +fi echo -n standard daemons: echo -n ' update'; update