chiark / gitweb /
Make postinst group modification call less quiet.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:12:01 +0000 (12:12 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:12:01 +0000 (12:12 +0100)
debian/postinst.disorder-server

index 9e516489741f71615102798b518d192e3884b522..458cc791c996fba490bf95ae979459b379f52ab5 100755 (executable)
@@ -28,7 +28,7 @@ add_jukebox_user() {
     --no-create-home jukebox
   # If it happens that there's no audio group we don't fail; perhaps only
   # network play was required.
-  adduser --quiet jukebox audio || true
+  adduser jukebox audio || true
 }
 
 configure_init_d() {