commit openssh for openSUSE:Factory
Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2014-12-31 11:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openssh" Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2014-10-14 13:24:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2014-12-31 11:21:57.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Dec 27 23:45:00 UTC 2014 - Led <ledest@gmail.com> + +- fix bashisms in sshd.init script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ openssh.spec: same change ++++++ sshd.init ++++++ --- /var/tmp/diff_new_pack.B3kA7E/_old 2014-12-31 11:21:59.000000000 +0100 +++ /var/tmp/diff_new_pack.B3kA7E/_new 2014-12-31 11:21:59.000000000 +0100 @@ -39,12 +39,12 @@ # rc_reset clear local rc status (overall remains) # rc_exit exit appropriate to overall rc status -function soft_stop () { +soft_stop() { echo -n "Shutting down the listening SSH daemon" killproc -p $SSHD_PIDFILE -TERM $SSHD_BIN } -function force_stop () { +force_stop() { echo -n "Shutting down SSH daemon *with all active connections*" trap '' TERM killall sshd 2>/dev/null -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de