[Pkg-ofed-commits] r518 - /branches/sid-uploads/srptools/trunk/debian/

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Thu Dec 24 10:05:56 UTC 2009


Author: opensides-guest
Date: Thu Dec 24 10:05:37 2009
New Revision: 518

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=518
Log:
- Fix lintian bugs


Modified:
    branches/sid-uploads/srptools/trunk/debian/srptools-boot.init
    branches/sid-uploads/srptools/trunk/debian/srptools.config
    branches/sid-uploads/srptools/trunk/debian/srptools.init
    branches/sid-uploads/srptools/trunk/debian/srptools.postinst
    branches/sid-uploads/srptools/trunk/debian/srptools.postrm

Modified: branches/sid-uploads/srptools/trunk/debian/srptools-boot.init
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools-boot.init?rev=518&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools-boot.init (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools-boot.init Thu Dec 24 10:05:37 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ### BEGIN INIT INFO
-# Provides:          srp-tools
+# Provides:          srptools-boot
 # Required-Start:    
 # Required-Stop:     
 # Default-Start:     S

Modified: branches/sid-uploads/srptools/trunk/debian/srptools.config
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools.config?rev=518&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools.config (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools.config Thu Dec 24 10:05:37 2009
@@ -1,4 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 . /usr/share/debconf/confmodule
 
 db_input high srptools/warning || true

Modified: branches/sid-uploads/srptools/trunk/debian/srptools.init
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools.init?rev=518&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools.init (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools.init Thu Dec 24 10:05:37 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ### BEGIN INIT INFO
-# Provides:          srp-tools
+# Provides:          srptools
 # Required-Start:    $syslog
 # Required-Stop:     $syslog
 # Default-Start:     2 3 4 5

Modified: branches/sid-uploads/srptools/trunk/debian/srptools.postinst
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools.postinst?rev=518&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools.postinst (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools.postinst Thu Dec 24 10:05:37 2009
@@ -1,8 +1,11 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 . /usr/share/debconf/confmodule
 
 if [ -x "/etc/init.d/srptools-boot" ]; then
-update-rc.d srptools-boot start 24 S .
+update-rc.d srptools-boot start 24 S . > /dev/null
 fi
 
-#DEBHELPER#
+#DEBHELPER#

Modified: branches/sid-uploads/srptools/trunk/debian/srptools.postrm
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/sid-uploads/srptools/trunk/debian/srptools.postrm?rev=518&op=diff
==============================================================================
--- branches/sid-uploads/srptools/trunk/debian/srptools.postrm (original)
+++ branches/sid-uploads/srptools/trunk/debian/srptools.postrm Thu Dec 24 10:05:37 2009
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if [ "$1" = "purge" ] ; then
         update-rc.d srptools-boot remove >/dev/null || exit $?




More information about the Pkg-ofed-commits mailing list