diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/hurd-udeb.install | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c50c64d0..13295ed7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ hurd (20080607-6) UNRELEASED; urgency=low * debian/rules (install/hurd): Move away ps, uptime, vmstat and w in order to have them handled by update-alternatives. * debian/hurd.install: Update accordingly. + * debian/hurd-udev.install: 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/hurd-udeb.install b/debian/hurd-udeb.install index 7fd4be37..593f1f8c 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -15,19 +15,19 @@ debian/tmp/sbin/swapoff debian/tmp/bin/boot debian/tmp/bin/console debian/tmp/bin/shd -debian/tmp/bin/ps +debian/tmp/bin/ps-hurd debian/tmp/bin/settrans debian/tmp/bin/showtrans debian/tmp/bin/syncfs debian/tmp/bin/fsysopts debian/tmp/bin/storeinfo debian/tmp/bin/login -debian/tmp/bin/w -debian/tmp/bin/uptime +debian/tmp/bin/w-hurd +debian/tmp/bin/uptime-hurd debian/tmp/bin/ids debian/tmp/bin/loginpr debian/tmp/bin/sush -debian/tmp/bin/vmstat +debian/tmp/bin/vmstat-hurd debian/tmp/bin/portinfo debian/tmp/bin/devprobe debian/tmp/bin/vminfo |
