[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

fixes for delgroup




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
grep@oriole.sbay.org, grep@concentric.net


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: