From 4a74fb7a4bbe662e54eeb13630ac190af64fcb25 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:12:49 +0000 Subject: r197: Initial Import --- autoscripts/postinst-suid | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid index 83f2f09f..dcc277fd 100644 --- a/autoscripts/postinst-suid +++ b/autoscripts/postinst-suid @@ -1,6 +1,6 @@ if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS# -elif [ -e #FILE# ]; then +elif [ -e /#FILE# ]; then chown #OWNER#.#GROUP# /#FILE# chmod #PERMS# /#FILE# fi diff --git a/debian/changelog b/debian/changelog index 5a1bd35f..8208825c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (1.2.58) unstable; urgency=low + + * autoscripts/postinst-suid: use /#FILE# in elif test (#36297). + + -- Joey Hess Sun, 18 Apr 1999 22:33:52 -0700 + debhelper (1.2.57) unstable; urgency=low * examples/*: killed trailing spaces after diff: target -- cgit v1.2.3