Correction ajout usager au groupe shutdown
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 28 Aug 2011 00:13:40 +0000 (00:13 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 28 Aug 2011 00:13:40 +0000 (00:13 +0000)
stage2/pkg/sysvinit
stage2/post-install

index 853c904..4ca834e 100644 (file)
@@ -23,7 +23,4 @@ hvbuild_post()
     chown root:shutdown /sbin/{halt,poweroff,reboot,shutdown}
     chmod 750 /sbin/{halt,poweroff,reboot,shutdown}
     chmod u+s /sbin/{halt,poweroff,reboot,shutdown}
-
-    # Il faut ajouter l'usager rĂ©gulier au groupe shutdown.
-    gpasswd -a ${REGUSER} shutdown
 }
index 86f919a..22435ae 100755 (executable)
@@ -15,7 +15,7 @@ EOF
 chmod -v 644 /etc/default/useradd
 
 if [ -n "${REGUSER}" ]; then
-    hv_useradd -g users -G audio,video,usb -s /bin/bash -m ${REGUSER}
+    hv_useradd -g users -G audio,video,usb,shutdown -s /bin/bash -m ${REGUSER}
 fi
 
 echo "Copying /etc/skel files to root directory"