mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
parent
1d635701be
commit
aeb7062fda
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -79,6 +79,8 @@ byobu (4.47) unreleased; urgency=low
|
|||
usr/bin/byobu-ulevel, usr/lib/byobu/custom, usr/lib/byobu/disk,
|
||||
usr/share/byobu/tests/byobu-time-notifications: LP: #882814
|
||||
- use printf instead of "echo -n" for portability to Mac OSX
|
||||
* experimental/byobu-classroom: LP: #882813
|
||||
- fix minor use $SED
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 08 Nov 2011 19:16:15 -0600
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ while [ $(grep -c "#byobu-classrom" /etc/ssh/sshd_config) != "4" ]; do
|
|||
c=$(head -n1)
|
||||
case "$c" in
|
||||
y|Y)
|
||||
sed -i -e '/#byobu-classroom/d' /etc/ssh/sshd_config || true
|
||||
$SED -i -e '/#byobu-classroom/d' /etc/ssh/sshd_config || true
|
||||
echo "
|
||||
PasswordAuthentication yes #byobu-classroom
|
||||
AllowTcpForwarding no #byobu-classroom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue