diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-03-15 12:06:24 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-03-15 12:06:24 +0000 |
commit | 2423550b5f9fc932c09761d1a314434df3076bf2 (patch) | |
tree | 5f0e4c2eec51685f011cfaeabba32a373a847b21 /net | |
parent | Update to 1.1.1. Quash an unnecessary "#include <getopt.h>" that (diff) |
Add '#!/bin/sh' to the startup script, so there's no chance of
confusion when starting/stopping it manually from a user shell.
PR: 25824
Submitted by: Christoph Sold <so@i-clue.de>
Notes
Notes:
svn path=/head/; revision=39880
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-devel/files/patch-ab | 3 | ||||
-rw-r--r-- | net/netatalk/files/patch-ab | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/netatalk-devel/files/patch-ab b/net/netatalk-devel/files/patch-ab index 4c760c2adbbd..4007e5d7c12a 100644 --- a/net/netatalk-devel/files/patch-ab +++ b/net/netatalk-devel/files/patch-ab @@ -3,7 +3,8 @@ diff -crP ../netatalk-1.4b2/rc.atalk.freebsd ./rc.atalk.freebsd --- ./rc.atalk.freebsd Thu Jul 24 02:14:39 1997 *************** *** 0 **** ---- 1,26 ---- +--- 1,27 ---- ++ #!/bin/sh + # + # AppleTalk daemons. Make sure not to start atalkd in the background: + # its data structures must have time to stablize before running the diff --git a/net/netatalk/files/patch-ab b/net/netatalk/files/patch-ab index 4c760c2adbbd..4007e5d7c12a 100644 --- a/net/netatalk/files/patch-ab +++ b/net/netatalk/files/patch-ab @@ -3,7 +3,8 @@ diff -crP ../netatalk-1.4b2/rc.atalk.freebsd ./rc.atalk.freebsd --- ./rc.atalk.freebsd Thu Jul 24 02:14:39 1997 *************** *** 0 **** ---- 1,26 ---- +--- 1,27 ---- ++ #!/bin/sh + # + # AppleTalk daemons. Make sure not to start atalkd in the background: + # its data structures must have time to stablize before running the |