[Debootloaders-devel] r234 - in /trunk/silo/debian: changelog postinst

jurij at alioth.debian.org jurij at alioth.debian.org
Sat Jan 30 14:31:59 UTC 2010


Author: jurij
Date: Sat Jan 30 14:31:58 2010
New Revision: 234

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=234
Log:
Call siloconfig without explicit path in postinst.

Modified:
    trunk/silo/debian/changelog
    trunk/silo/debian/postinst

Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=234&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Jan 30 14:31:58 2010
@@ -17,6 +17,8 @@
   * Add debian/README.source (lintian warning).
   * Bump Standards-Version to 3.8.3, no changes necessary
     (lintian warning).
+  * Call siloconfig without explicit path in postinst
+    (lintian warning).
 
  -- Jurij Smakov <jurij at debian.org>  Sat, 30 Jan 2010 13:37:25 +0000
 

Modified: trunk/silo/debian/postinst
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/postinst?rev=234&op=diff
==============================================================================
--- trunk/silo/debian/postinst (original)
+++ trunk/silo/debian/postinst Sat Jan 30 14:31:58 2010
@@ -1,4 +1,4 @@
 #!/bin/sh
-/usr/sbin/siloconfig
+siloconfig
 
 #DEBHELPER#




More information about the Debootloaders-devel mailing list