]> git.donarmstrong.com Git - debhelper.git/commitdiff
r197: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:12:49 +0000 (05:12 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:12:49 +0000 (05:12 +0000)
autoscripts/postinst-suid
debian/changelog

index 83f2f09f821386cf6325652d2606753e32fbbfe2..dcc277fd6290c32ac52396e7c5286694acf0090f 100644 (file)
@@ -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
index 5a1bd35fe41b0d4f794d7e52dc35b1fcb5910353..8208825c23a435371c293d66727773f2361c23f5 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.58) unstable; urgency=low
+
+  * autoscripts/postinst-suid: use /#FILE# in elif test (#36297).
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 18 Apr 1999 22:33:52 -0700
+
 debhelper (1.2.57) unstable; urgency=low
 
   * examples/*: killed trailing spaces after diff: target