From: Jan Rękorajski Date: Mon, 16 Aug 2010 18:55:30 +0000 (+0000) Subject: - rel 6 X-Git-Tag: auto/th/openssh-5_5p1-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssh.git;a=commitdiff_plain;h=4c4be42fe6fdeb0bfa95431b134b002b8ede3f58 - rel 6 - don't sync! just think how long it takes on a fileserver with 3TB storage, ~3k users and 80GB of RAM when you try to sync (yes, it takes FOREVER) Changed files: openssh.spec -> 1.340 opensshd.init -> 1.38 --- diff --git a/openssh.spec b/openssh.spec index aee7b5f..0b37c37 100644 --- a/openssh.spec +++ b/openssh.spec @@ -31,7 +31,7 @@ Summary(ru.UTF-8): OpenSSH - свободная реализация прото Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH) Name: openssh Version: 5.5p1 -Release: 5 +Release: 6 Epoch: 2 License: BSD Group: Applications/Networking diff --git a/opensshd.init b/opensshd.init index 05dcdf7..0a8c012 100644 --- a/opensshd.init +++ b/opensshd.init @@ -58,9 +58,6 @@ ssh_gen_keys() { chmod 600 /etc/ssh/ssh_host_dsa_key [ -x /sbin/restorecon ] && /sbin/restorecon /etc/ssh/ssh_host_dsa_key fi - - # commit files. so that sudden reboot here won't lose the data. - [ -x /bin/sync ] && /bin/sync } start() {