diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-05 05:16:18 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-05 05:16:18 +0200 |
commit | 676092fad0b6edca8f1fe731d7c3a000465a9bef (patch) | |
tree | 32fe141183f4c9663a353329f748d20e1ebe034b /contrib/suse | |
parent | 20000905 (diff) | |
download | openssh-676092fad0b6edca8f1fe731d7c3a000465a9bef.tar.xz openssh-676092fad0b6edca8f1fe731d7c3a000465a9bef.zip |
Fix spec filesPRE_CYGWIN_MERGE
Diffstat (limited to 'contrib/suse')
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index c73348754..5c2e56e62 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -247,7 +247,9 @@ fi %files server %defattr(-,root,root) %attr(0755,root,root) /usr/sbin/sshd +%attr(0755,root,root) /usr/libexec/ssh/sftp-server %attr(0644,root,root) %doc /usr/man/man8/sshd.8* +%attr(0644,root,root) %doc /usr/man/man8/sftp-server.8* %attr(0600,root,root) %config /etc/ssh/sshd_config %attr(0644,root,root) %config /etc/pam.d/sshd %attr(0755,root,root) %config /sbin/init.d/sshd |