mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24138afdff
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
--- init-script.in Fri Apr 7 11:11:37 2000
|
|
+++ init-script.in.new Mon Jun 12 19:28:55 2000
|
|
@@ -26,11 +26,8 @@
|
|
#
|
|
|
|
# Source function library
|
|
-# Solaris doesn't have an rc.d directory, so do a test first
|
|
-if [ -f /etc/rc.d/init.d/functions ]; then
|
|
-. /etc/rc.d/init.d/functions
|
|
-elif [ -f /etc/init.d/functions ]; then
|
|
-. /etc/init.d/functions
|
|
+if [ -f /usr/local/etc/netsaint/functions ]; then
|
|
+. /usr/local/etc/netsaint/functions
|
|
fi
|
|
|
|
prefix=@prefix@
|
|
@@ -92,4 +89,4 @@
|
|
|
|
# End of this script
|
|
|
|
-
|
|
+
|