Bug#502801: [Pkg-samba-maint] Bug#502801: possible patch for post-install script

2008-10-19 Thread Christian Perrier
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

Bug#502801: possible patch for post-install script

2008-10-19 Thread Alexis Huxley
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