diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-12 21:17:24 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-12 21:17:24 +0000 |
commit | 3e90891d7b68cd9427d60449bb24411115dd8bec (patch) | |
tree | d2d35c9c08bd617d9a1d77db7f826c353b6de470 | |
parent | 930c6b5ae867fd629875b5d5b31e5bd039f3cc67 (diff) |
Fix typo in netatalk startup
-rw-r--r-- | etc/rc.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.local b/etc/rc.local index 5880c5d0901..1d41ee4449e 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -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 @@ fi echo '.' # Netatalk stuff -if [ -f /etc/netatalk/rc.conf ]; then +if [ -f /etc/netatalk/rc.atalk ]; then . /etc/netatalk/rc.atalk fi |