Browse Source

comment out automatic startup of netatalk if installed; pointed out by deraadt@

OPENBSD_3_0
naddy 23 years ago
parent
commit
bba83d2a99
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/rc.local

+ 4
- 4
src/etc/rc.local View File

@ -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

Loading…
Cancel
Save