Hello, Matthew. On Fri, 26 Feb 2010 11:47:03 +1100 Matthew Cengia <[email protected]> wrote:
> > Package: ldapscripts > Version: 1.7.1-2 > Severity: important > File: /usr/bin/ldapaddgroup > > *** Please type your report below this line *** > > I ran the following command and received this error: > > # ldapaddgroup foo > trap: usage: trap [-lp] [arg signal_spec ...] > Error adding group foo to LDAP > > This problem is still present in Sid: I believe that "problems" you have found in 1.9.0 differ from one you met in 1.7.1 > > [ldapscripts-1.9.0]$ checkbashisms lib/runtime > script lib/runtime does not appear to have a #! interpreter line; > you may get strange results > possible bashism in lib/runtime line 68 (type): > type "$1" 2>/dev/null | grep -qi 'built' Yes this code is not really clean (#555561) and was replaced. Fix will be available in next upload. And this have nothing with error you've got. > possible bashism in lib/runtime line 132 (trap with signal numbers): > trap 'rm -f "$_TMPFILE" 2>/dev/null ; end_die "Interrupted - > Removing temporary file $_TMPFILE"' 2 possible bashism in lib/runtime > line 146 (trap with signal numbers): trap - 2 this two are Ok for POSIX. -- Best regards, Alexander GQ Gerasiov Contacts: e-mail: [email protected] Jabber: [email protected] Homepage: http://gq.net.ru ICQ: 7272757 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49 BAEA CA87 E9E8 2AAC 33F1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

