Menu

[r5280]: / experimental / ix / patches / freebsd-service.patch  Maximize  Restore  History

Download this file

15 lines (13 with data), 503 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
diff -u usr.sbin/service/service.sh usr.sbin/service/service.sh
--- usr.sbin/service/service.sh 2010-05-29 09:14:14.000000000 -0600
+++ usr.sbin/service/service.sh 2010-09-02 14:27:51.000000000 -0600
@@ -44,6 +44,10 @@
echo ''
}
+# Reset signal mask/handlers to the defaults. This script may be called from
+# places where the defaults have been changed and interfere.
+trap - `trap -l`
+
while getopts 'ehlrv' COMMAND_LINE_ARGUMENT ; do
case "${COMMAND_LINE_ARGUMENT}" in
e) ENABLED=eopt ;;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.