On Thu, 27 Dec 2001, Peter/Los Angeles, CA wrote: > I have some understanding of how the script works, but I'm not sure what > it's asking for. > > [09:37][root@interim:/usr/local/etc/rc.d]# ls > apache.sh* > [09:37][root@interim:/usr/local/etc/rc.d]# ./apache.sh start > ./apache.sh: Cannot determine the PREFIX > > That's what I get. The following will be the contents of apache.sh:
It determines the PREFIX by the full path you use to call the script. If you run: /usr/local/etc/rc.d/apache.sh start it will work. --Wade To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
