>
> > 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).
ment -g typed -d ... it was a long night.
G
On Wed, 14 May 1997, George Bonser wrote:
> 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
You're rig
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 mak
3 matches
Mail list logo