[arch-commits] Commit in mpd/trunk (install)

Gaetan Bisson bisson at archlinux.org
Mon May 7 13:43:36 UTC 2012


    Date: Monday, May 7, 2012 @ 09:43:36
  Author: bisson
Revision: 158693

implement FS#29800

Modified:
  mpd/trunk/install

---------+
 install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: install
===================================================================
--- install	2012-05-07 13:03:15 UTC (rev 158692)
+++ install	2012-05-07 13:43:36 UTC (rev 158693)
@@ -1,6 +1,6 @@
 post_install() {
 	getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
-	getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/true -G audio mpd >/dev/null
+	getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
 	echo '==> Now create a /etc/mpd.conf file; see: /usr/share/mpd/mpd.conf.example'
 }
 




More information about the arch-commits mailing list