]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- rel 6 auto/th/openssh-5_5p1-6
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Aug 2010 18:55:30 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

openssh.spec
opensshd.init

index aee7b5fd7be7bd72664d301e28482f7ef2bee2f8..0b37c37df4385d949c0bf49d5e461b7b551137d3 100644 (file)
@@ -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
index 05dcdf762a1945b6d852c0f4c5dd3dd8cada4e58..0a8c012923114779c60352c814072624dca83879 100644 (file)
@@ -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() {
This page took 0.196765 seconds and 4 git commands to generate.