summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2008-09-12 20:56:53 +0000
committerMichael Banck <mbanck@debian.org>2008-09-12 20:56:53 +0000
commitdb91b668a3e209f55a2f73c4f663f702d62feeb1 (patch)
tree5213f827b0adb801a45656a55a68a15ea3f80766 /debian
parentd03ced44b75c2d231d971bc87748381116bf3408 (diff)
* debian/rules (SUID_PROGRAMS): Likewise.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 13295ed7..ae8c21c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ hurd (20080607-6) UNRELEASED; urgency=low
to have them handled by update-alternatives.
* debian/hurd.install: Update accordingly.
* debian/hurd-udev.install: Likewise.
+ * debian/rules (SUID_PROGRAMS): Likewise.
* debian/hurd.postinst: Run update-alternatives for ps, uptime, vmstat and
w.
* debian/hurd.postinst: Setup /proc if it hasn't been already.
diff --git a/debian/rules b/debian/rules
index a664d8d8..35a5279b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ install/hurd::
install/hurd-dev::
install -m644 debian/local/soundcard.h debian/tmp/include/sys
-SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w
+SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /bin/w-hurd
binary-predeb/hurd::
chmod u+s $(patsubst %, $(CURDIR)/debian/$(cdbs_curpkg)%, $(SUID_PROGRAMS))