From 561d5fcb3fe43bd5fd4026fa658da50adb8080b7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 28 Jun 2005 16:18:47 -0400 Subject: [PATCH] Imported Debian patch 1.6.8p9-2 --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fcfb377..c885789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sudo (1.6.8p9-2) unstable; urgency=high + + * merge the NMU fix for sudoedit symlink problem that was in 1.6.8p7-1.1, + closes: #305735 + + -- Bdale Garbee Tue, 28 Jun 2005 16:18:47 -0400 + sudo (1.6.8p9-1) unstable; urgency=high * new upstream version, fixes a race condition in sudo's pathname diff --git a/debian/rules b/debian/rules index 6e6e939..50b19eb 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ install: build dh_installdirs install -o root -g root -m 4755 -s sudo debian/sudo/usr/bin/sudo - ln -sf debian/sudo/usr/bin/sudo debian/sudo/usr/bin/sudoedit + ln -sf sudo debian/sudo/usr/bin/sudoedit install -o root -g root -m 0755 -s visudo debian/sudo/usr/sbin/visudo install -o root -g root -m 0644 sudo.man \ debian/sudo/usr/share/man/man8/sudo.8 -- 2.47.2