Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 01:06:02 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Noah <admin2@enabled.com>
Cc:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: any clues on this
Message-ID:  <20070730050602.GA95756@rot26.obsecurity.org>
In-Reply-To: <46AD555A.5040605@enabled.com>
References:  <46AD555A.5040605@enabled.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070730050602.GA95756>