summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-01 12:38:36 -0400
committerjim-p <jimp@pfsense.org>2010-06-01 12:50:03 -0400
commit651e77c6f7c5d2250c69aeb1a3b3355439fcfec9 (patch)
tree3fc0710bf073fe61bc03353fda98314ebdb64584 /etc/rc.initial
parent59cfe65d3cd4fd3b7208d0503f571759956b9021 (diff)
downloadpfsense-651e77c6f7c5d2250c69aeb1a3b3355439fcfec9.zip
pfsense-651e77c6f7c5d2250c69aeb1a3b3355439fcfec9.tar.gz
Don't kill login here. When this happens from ssh is also resets the console menu. Kill $PPID instead which should have the same intended effect.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 7485e0d..7f7ad23 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -155,7 +155,7 @@ case ${opmode} in
fi
;;
"")
- killall login ; exit
+ kill $PPID ; exit
;;
esac
OpenPOWER on IntegriCloud