=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.local,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/etc/Attic/rc.local 1999/05/30 01:37:56 1.25 +++ src/etc/Attic/rc.local 1999/06/12 21:17:23 1.26 @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.25 1999/05/30 01:37:56 angelos Exp $ +# $OpenBSD: rc.local,v 1.26 1999/06/12 21:17:23 angelos Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -36,7 +36,7 @@ echo '.' # Netatalk stuff -if [ -f /etc/netatalk/rc.conf ]; then +if [ -f /etc/netatalk/rc.atalk ]; then . /etc/netatalk/rc.atalk fi