Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2007 20:04:58 -0700
From:      Noah <admin2@enabled.com>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   any clues on this
Message-ID:  <46AD555A.5040605@enabled.com>

next in thread | raw e-mail | index | archive | help
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
Stopping stunnel.
Starting stunnel.
service pop3s
added: not found
Stopping mysql.
Waiting for PIDS: 89536, 89536, 89536.
Starting mysql.
added: not found
added: not found
Stopping pureftpd.
added: not found
Starting pureftpd.
Running: /usr/local/sbin/pure-ftpd -A -c50 -B -C8 -D -E -fftp -I15
-lpuredb:/usr/local/etc/pureftpd.pdb -L2000:8 -m4 -s -U133:022 -u100 -w
-1 -Ostats:/var/log/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y0
added: not found
Stopping spamd.
Waiting for PIDS: 89561.
Starting spamd.
added: not found
added: not found
Stopping saslauthd.
added: not found
Starting saslauthd.
added: not found
Stopping clamav_clamd.
Waiting for PIDS: 89603.
Starting clamav_clamd.
added: not found
Stopping clamav_freshclam.
Starting clamav_freshclam.
added: not found
added: not found
added: not found
Stopping dovecot.
added: not found
Starting dovecot.


Cheers,

Noah




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