Package: sux
Version: 1.0.1-3
Severity: important

  in sux code you can read :

      sux_home=`egrep "^$sux_username:" /etc/passwd | cut -d: -f6`

  wich won't work for systems that does not use /etc/passwd.

  you can achieve correctly the same with :

      sux_home=`getent passwd $sux_username | cut -d: -f6`

  Subject: sux does not work with ldap

  for BSD system you may want to use pw groupshow.

-- no debconf information



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

sux depends on no packages.

Versions of packages sux recommends:
ii  xbase-clients             6.9.0.dfsg.1-4 miscellaneous X clients

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to