Bugzilla – Bug 17618
Wrong adduser parameter (typo) in ReadyNAS package
Last modified: 2011-09-30 00:03:22 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".
== 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