Martin wrote:
On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote:
case "$1" in
start)
echo -n "Starting $DESC: "
start-stop-daemon -c $USER --start --quiet --pidfile $PIDFILE --exec
$DAEMON -- $OPT \
> /dev/null
hmm looks to my that either y
Hi,
On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote:
> I'm trying to run Maple12 from my Debian box. I've hacked a startup script
> together that looks like this:
> case "$1" in
> start)
> echo -n "Starting $DESC: "
> start-stop-daemon -c $USER --start --quiet --p
I'm trying to run Maple12 from my Debian box. I've hacked a startup
script together that looks like this:
==
#! /bin/sh
# Maple 12
# I hacked this script from a copy of the "lisa" start-up script; no
guarantees that it works properly.
# Kent West, 14 June 2007
#
PATH=/sbin:/bin:
3 matches
Mail list logo