Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2005 19:39:33 -0800 (PST)
From:      Karl Agee <kdagee2@yahoo.com>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: su: illegal option -- s
Message-ID:  <20050403033933.37590.qmail@web31509.mail.mud.yahoo.com>
In-Reply-To: 6667

next in thread | raw e-mail | index | archive | help
Dan:  Thanks, this seems to have worked.

--karl

--- Dan Nelson <dnelson@allantgroup.com> wrote:
> In the last episode (Apr 02), Karl Agee said:
> > FreeBSD 4.11-Stable, bash 2.05. 
> > 
> > I am getting an error when I try to launch a
> daemon
> > script manually as root, or in
> /usr/local/etc/rc.d:
> > 
> > -su-2.05b#
>
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
> > -su-2.05b# su: illegal option -- s
> > usage: su [-] [-flm] [-c class] [login [args]]
> > 
> > The line in the script that calls this is:  
> > 
> > su -s /bin/sh -c $KohaZ3950Shell -  $RunAsUser &
> > 
> > The su man page indicates that the -s option isnt
> supported....how
> > can I edit this so this function works??
> 
> That's really weird su syntax there.  Try 
> 
> su - $RunasUser -c $KohaZ3950Shell
> 
> -- 
> 	Dan Nelson
> 	dnelson@allantgroup.com
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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