diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2001-06-05 23:01:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2001-06-05 23:01:56 +0000 |
commit | 074729d13ec1462d4412b672f55b296c13a53c70 (patch) | |
tree | 3690a49dd899e023e8be4cf7c325426d0ff0713c /etc/rc.local | |
parent | dcd93ffe5ae627784c5a9f46fa2c7c35e899c9a1 (diff) |
comment out automatic startup of netatalk if installed; pointed out by deraadt@
Diffstat (limited to 'etc/rc.local')
-rw-r--r-- | etc/rc.local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.local b/etc/rc.local index b0c8a68e9ea..3abafe19cf6 100644 --- a/etc/rc.local +++ b/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 |