"Morrison, John" wrote: > > If you send me the required updates I'll host a new package. I don't > have time to do more :( >
This can be uploaded immediately, independently of everything else. Pierre #!/bin/sh if [ ! -e /etc/passwd -a ! -L /etc/passwd ] ; then /bin/mkpasswd -l -c > /etc/passwd fi if [ ! -e /etc/group -a ! -L /etc/group ] ; then /bin/mkgroup -l -c > /etc/group fi
