I fixed a couple of things in /usr/sbin/delgroup (but did not save the
file first so I could make a diff). The changes are minor and at the top
of the file.

was:

if [ -f /etc/gtmp];

changed to:

if [-f /etc/gtmp]; then


Was:

$GID='id -g mail'

changed to

GID=$(id -d mail)

(which really makes no sense unless the author wants to pick a "safe"
GID. but I did not look into it any deeper ... the script appears to run
now).


George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to