Bug 17618 - Wrong adduser parameter (typo) in ReadyNAS package
: Wrong adduser parameter (typo) in ReadyNAS package
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Debian
: 7.6.1
: Infrant ReadyNAS RAIDiator x86
: -- normal (vote)
: 7.7.0
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-29 12:55 UTC by Michele Conte
Modified: 2011-09-30 00:03 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Conte 2011-09-29 12:55:13 UTC
row 36 in /var/lib/dpkg/info/squeezeboxserver.postinst:

 elif adduser --system --home /usr/share/squeezeboxserver --no-create-home --gecos "Squeezebox Server" squeezeboxserver --disable-password; then

The parameter "--disable-password" is wrong.

The right parameter is "--disabled-password".
Comment 1 SVN Bot 2011-09-30 00:02:59 UTC
 == Auto-comment from SVN commit #33539 to the slim repo by mherger ==
 == http://svn.slimdevices.com/slim?view=revision&revision=33539 ==

Fixed Bug: 17618
Description: fix typo in init script