diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
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)) |
