summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-04-16 16:44:00 +0000
committermtm <mtm@FreeBSD.org>2003-04-16 16:44:00 +0000
commitcdd9ff99e325aa0924a102893bb3fef030e0b7dd (patch)
tree31382c5415d0c17fd016642c70e86680ce109a26 /etc/rc.d
parent875fc4643febf857eb0d876ae3aa0c3a103be665 (diff)
downloadFreeBSD-src-cdd9ff99e325aa0924a102893bb3fef030e0b7dd.zip
FreeBSD-src-cdd9ff99e325aa0924a102893bb3fef030e0b7dd.tar.gz
Fix typo (and make it more explicit/self-documenting).
Noticed by: gshapiro
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index e4c2eed..6400139 100644
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -60,7 +60,7 @@ jail_start()
jail_stop()
{
- kill -5 $(ps aux | awk '$8 ~ /.*J/ {print $2};')
+ kill -TERM $(ps aux | awk '$8 ~ /.*J/ {print $2};')
}
OpenPOWER on IntegriCloud