Re: any clues on this [solved]

2007-07-29 Thread Noah

that did it - thanks


Kris Kennaway wrote:

On Sun, Jul 29, 2007 at 08:04:58PM -0700, Noah wrote:

Hi List,

I recently reinstalled my entire OS and world, etc.
now I am running stable FreeBSD 6.2

when I run scripts now the following line "added: not found" is thrown 
in the output or shell scripts.


I cant figure out to the life of me why this would appear.

I tried different shells on the first line and it does not matter.
Output and Script are below.  Clues please.


here is the script:

#!/bin/sh

/usr/local/etc/rc.d/cucipop.sh stop
/usr/local/etc/rc.d/stunnel.sh restart
/usr/local/etc/rc.d/mysql-server restart
/usr/local/etc/rc.d/pure-ftpd.sh restart
/usr/local/etc/rc.d/sa-spamd.sh restart
/usr/local/etc/rc.d/saslauthd.sh restart
/usr/local/etc/rc.d/clamav-clamd restart
/usr/local/etc/rc.d/clamav-freshclam restart
#/usr/local/etc/rc.d/clamav-milter.sh restart
/usr/local/etc/rc.d/mailman restart
/usr/local/etc/rc.d/cucipop.sh start
/usr/local/etc/rc.d/dovecot.sh restart

/usr/local/bin/pure-pw mkdb
/usr/bin/newaliases
cd /etc/mail/ && make
cd /etc/mail/ && make install
cd /etc/mail/ && make restart

#sh /etc/rc.firewall


Here is the output:

added: not found


Check /etc/rc.conf

Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: any clues on this

2007-07-29 Thread Kris Kennaway
On Sun, Jul 29, 2007 at 08:04:58PM -0700, Noah wrote:
> Hi List,
> 
> I recently reinstalled my entire OS and world, etc.
> now I am running stable FreeBSD 6.2
> 
> when I run scripts now the following line "added: not found" is thrown 
> in the output or shell scripts.
> 
> I cant figure out to the life of me why this would appear.
> 
> I tried different shells on the first line and it does not matter.
> Output and Script are below.  Clues please.
> 
> 
> here is the script:
> 
> #!/bin/sh
> 
> /usr/local/etc/rc.d/cucipop.sh stop
> /usr/local/etc/rc.d/stunnel.sh restart
> /usr/local/etc/rc.d/mysql-server restart
> /usr/local/etc/rc.d/pure-ftpd.sh restart
> /usr/local/etc/rc.d/sa-spamd.sh restart
> /usr/local/etc/rc.d/saslauthd.sh restart
> /usr/local/etc/rc.d/clamav-clamd restart
> /usr/local/etc/rc.d/clamav-freshclam restart
> #/usr/local/etc/rc.d/clamav-milter.sh restart
> /usr/local/etc/rc.d/mailman restart
> /usr/local/etc/rc.d/cucipop.sh start
> /usr/local/etc/rc.d/dovecot.sh restart
> 
> /usr/local/bin/pure-pw mkdb
> /usr/bin/newaliases
> cd /etc/mail/ && make
> cd /etc/mail/ && make install
> cd /etc/mail/ && make restart
> 
> #sh /etc/rc.firewall
> 
> 
> Here is the output:
> 
> added: not found

Check /etc/rc.conf

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"