merge busybox and busybox_root, set SUID bit on busybox
[busybox-power] / debian / busybox-power.postinst
index 92ed40a..6f603a3 100644 (file)
@@ -9,6 +9,7 @@ if ! grep -F -q "$line" /etc/profile; then
   echo "$line" >> /etc/profile
 fi
 
-# Set SUID bit for /bin/busybox_root. This binary provides su, ping, etc..
-chmod u+s /bin/busybox_root
+# Set SUID bit on /bin/busybox. Privileges are automatically dropped for 
+# applets that do not require the SUID bit to be set
+chmod u+s /bin/busybox