Penguin
Note: You are viewing an old revision of this page. View the current version.
#!/bin/sh
#
# Start/stops the Backup Exec agent.
# Craig Box, 25/8/03
#

PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/local/bkupexec/agent.be
CONF=/etc/bkupexec/agent.cfg

# clear conflicting settings from the environment
unset TMPDIR

# See if the daemon is there
test -x $DAEMON || exit 0

case "$1" in
        start)
                echo -n "Starting the Backup Exec agent: agent.be"
                start-stop-daemon --start --quiet -b --exec $DAEMON -- -c $CONF
                echo "."
                ;;
        stop)
                echo -n "Stopping the Backup Exec agent: agent.be"
                start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
                echo "."
                ;;
        restart|force-reload)
                echo -n "Restarting the Backup Exec agent: agent.be"
                start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
                sleep 2
                start-stop-daemon --start --quiet -b --exec $DAEMON -- -c $CONF
                echo "."
                ;;
        *)
                echo "Usage: /etc/init.d/bkupexec {start|stop|restart|force-reload}"
                exit 1
                ;;
esac

exit 0

lib/main.php:944: Notice: PageInfo: Cannot find action page

lib/main.php:839: Notice: PageInfo: Unknown action