Quoting Alexis Huxley ([EMAIL PROTECTED]):
> What I eventually did on my system to clean up was the following, which
> could easily replace what is in the post-install script:
>
> UID_MIN=$(sed -n 's/^UID_MIN[\t ]*//p' /etc/login.defs)
> UID_MAX=$(sed -n 's/^UID_MAX[\t ]*//p' /etc/log
What I eventually did on my system to clean up was the following, which
could easily replace what is in the post-install script:
UID_MIN=$(sed -n 's/^UID_MIN[\t ]*//p' /etc/login.defs)
UID_MAX=$(sed -n 's/^UID_MAX[\t ]*//p' /etc/login.defs)
# 'sort -u' needed 'cos if NIS
2 matches
Mail list logo