Re: rpm packaging bug - smtpd user created with shell not /bin/false

2010-07-25 Thread Robert Spier
Fix committed as 9348539ed7aa03b438905f953771db14fcb4c1ea Once again, a patch would have been great. I haven't tested this, so any RPM users, please do. -R Charlie Brady wrote: > > > http://bugs.contribs.org/show_bug.cgi?id=6025 > > if ! id smtpd >/dev/null 2>&1 > then > # need to creat

rpm packaging bug - smtpd user created with shell not /bin/false

2010-07-17 Thread Charlie Brady
http://bugs.contribs.org/show_bug.cgi?id=6025 if ! id smtpd >/dev/null 2>&1 then # need to create smtpd user. if perl -e 'exit ! defined(getgrnam("postdrop"))' then # if postfix is installed, we will probably use # queue/postfix, which will need this: supp="-G postdrop