]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1978: * dh_installudev: Don't fail if the link already somehow exists on initial
authorjoeyh <joeyh>
Mon, 9 Apr 2007 18:38:26 +0000 (18:38 +0000)
committerjoeyh <joeyh>
Mon, 9 Apr 2007 18:38:26 +0000 (18:38 +0000)
  package install. Closes: #415717

autoscripts/postinst-udev
debian/changelog

index e73cb01010528f957956d0e1b4745e81274725fd..efb84d1c9ba0bcacd9a06c437eac32335dc598f6 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = configure -a -z "$2" ]; then
-       ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
+       ln -sf ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
 fi
index 4ff3e809c213921475c19d697fb9fb61b6897c2c..1a78315fe57a4b670c228bba31e0b25dfdb6d566 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (5.0.44) UNRELEASED; urgency=low
+
+  * dh_installudev: Don't fail if the link already somehow exists on initial
+    package install. Closes: #415717
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 09 Apr 2007 14:37:48 -0400
+
 debhelper (5.0.43) unstable; urgency=low
 
   [ Valery Perrin ]