From bba83d2a9918633ccf5b54acbde2c216abe493ca Mon Sep 17 00:00:00 2001 From: naddy <> Date: Tue, 5 Jun 2001 23:01:55 +0000 Subject: [PATCH] comment out automatic startup of netatalk if installed; pointed out by deraadt@ --- src/etc/rc.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index b0c8a68e..3abafe19 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.32 2001/02/12 04:32:24 deraadt Exp $ +# $OpenBSD: rc.local,v 1.33 2001/06/05 23:01:55 naddy Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -38,7 +38,7 @@ fi echo '.' # Netatalk stuff -if [ -f /etc/netatalk/rc.atalk ]; then - . /etc/netatalk/rc.atalk -fi +#if [ -f /etc/netatalk/rc.atalk ]; then +# . /etc/netatalk/rc.atalk +#fi