]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
fix nhfsrun signal
authorNeil Brown <neilb@suse.de>
Mon, 5 Jun 2006 02:47:00 +0000 (12:47 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 5 Jun 2006 02:47:00 +0000 (12:47 +1000)
  nhfsrun is supposed to be able to be signalled with SIGUSR1, but
  the signal trapped is number 30, which is something else
  entirely (SIGPWR). This patch simply changes it to say "USR1",
  which gets it right no matter what the value is.
         "Steinar H. Gunderson" <sesse@debian.org>

ChangeLog
utils/nhfsstone/nhfsrun

index c5401152fda61dde94eea7d94c27084badc9deed..3e7a27f0981d2eb5ca624a9dfd24db3de859e78d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 2006-06-05 NeilBrown <neilb@suse.de>
-       Remove debian/ at request of Debian maintainer "Steinar H. Gunderson" <sesse@debian.org>
+       Remove debian/ at request of Debian maintainer "Steinar H. Gunderson" <sesse@debian.org>
        - fix_exportfs_with_multiple_matches.diff: Fixes a problem with exportfs -o
          and multiple entries of the same type for the same patch that matches
          a given client. The entire rationale and problem description can be found
          Let the user select (via a new parameter) the path to the NFS
          state directory for mountd, to match the statd functionality.
                 "Steinar H. Gunderson" <sesse@debian.org>
+       - fix nhfsrun signal:
+         nhfsrun is supposed to be able to be signalled with SIGUSR1, but
+         the signal trapped is number 30, which is something else
+         entirely (SIGPWR). This patch simply changes it to say "USR1",
+         which gets it right no matter what the value is.
+                "Steinar H. Gunderson" <sesse@debian.org>
        
 2006-04-12 NeilBrown <neilb@suse.de>
        Remove **/Makefile.in, aclocal.m4, configure, and
index a0ac0f8a86f38e78e012adfffc8ac034cf4df632..ce77acec2d44d8abf89b609bfb976fce84d83d41 100755 (executable)
@@ -46,7 +46,7 @@ INCR=10
 # SIGUSR1 is used by nhfsstone to synchronize child processes.
 #
 nothing() { echo -n ""; }
-trap nothing 30
+trap nothing USR1
 
 rm -f $OUTFILE