any clues on this

Kris Kennaway kris at obsecurity.org
Mon Jul 30 05:06:02 UTC 2007


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


More information about the freebsd-questions mailing list