[Pkg-ofed-commits] [srptools] 12/14: Fix comment wrapping

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Jul 7 10:44:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository srptools.

commit 5ba1bb584a6081eeb01fa141a7c391fb287f1dfc
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Mon Jul 7 12:38:03 2014 +0200

    Fix comment wrapping
---
 debian/changelog     | 2 ++
 debian/srptools.init | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e610d3..34f7c10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ srptools (0.0.4.gce1f64c-1) unstable; urgency=medium
   * Update Homepage.
   * Add fields Vcs-Browser/Vcs-Git.
   * Add a watch file.
+  * Fix comment wrapping on srptools.init. (Closes: #658257)
+    Thanks to Álvaro  <aloga at ifca.unican.es>
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 07 Jul 2014 11:28:53 +0200
 
diff --git a/debian/srptools.init b/debian/srptools.init
index cd3ef10..223c594 100644
--- a/debian/srptools.init
+++ b/debian/srptools.init
@@ -54,9 +54,8 @@ run_daemon() {
         if [ "$STATUS" = "State: Active" ] ; then
             echo "Starting srp on $HCA_ID $PORT"
 
-# srp does not background itself; using the start-stop-daemon background function                                   
-                                                                               # causes us to lose stdout, which is 
-where it logs to .                         
+# srp does not background itself; using the start-stop-daemon background function
+# causes us to lose stdout, which is where it logs to
             nohup start-stop-daemon --start --quiet -m --pidfile /var/run/srp_daemon.${HCA_ID}.${PORT} \
             --exec  /usr/sbin/srp_daemon -- -e -c -n -i ${HCA_ID} -p ${PORT} -R ${RETRIES}   >> $LOG 2>&1 &
             RETVAL=$?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/srptools.git



More information about the Pkg-ofed-commits mailing list