diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-10 12:48:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-10 12:48:08 +1100 |
commit | b77870fa7341d95024e55a116a3454e9bfe2f21e (patch) | |
tree | 51acf4d9225beead86276f8b329d97bbb63eea70 /openssh.spec | |
parent | a5cec5893460c32b4769372e12a592cf218364c4 (diff) |
- Merged several minor fixed:
- ssh-agent commandline parsing
- RPM spec file now installs ssh setuid root
- Makefile creates libdir
Diffstat (limited to 'openssh.spec')
-rw-r--r-- | openssh.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssh.spec b/openssh.spec index 113a90cfa..dc063e942 100644 --- a/openssh.spec +++ b/openssh.spec | |||
@@ -124,18 +124,18 @@ fi | |||
124 | %defattr(-,root,root) | 124 | %defattr(-,root,root) |
125 | %doc COPYING.Ylonen ChangeLog ChangeLog.Ylonen OVERVIEW | 125 | %doc COPYING.Ylonen ChangeLog ChangeLog.Ylonen OVERVIEW |
126 | %doc README README.Ylonen | 126 | %doc README README.Ylonen |
127 | %attr(0755,root,root) /usr/bin/ssh | 127 | %attr(4755,root,root) /usr/bin/ssh |
128 | %attr(0755,root,root) /usr/bin/ssh-agent | 128 | %attr(0755,root,root) /usr/bin/ssh-agent |
129 | %attr(0755,root,root) /usr/bin/ssh-keygen | 129 | %attr(0755,root,root) /usr/bin/ssh-keygen |
130 | %attr(0755,root,root) /usr/bin/ssh-add | 130 | %attr(0755,root,root) /usr/bin/ssh-add |
131 | %attr(0755,root,root) /usr/bin/scp | 131 | %attr(0755,root,root) /usr/bin/scp |
132 | %attr(0755,root,root) /usr/bin/slogin | 132 | %attr(-,root,root) /usr/bin/slogin |
133 | %attr(0644,root,root) /usr/man/man1/ssh.1 | 133 | %attr(0644,root,root) /usr/man/man1/ssh.1 |
134 | %attr(0644,root,root) /usr/man/man1/ssh-agent.1 | 134 | %attr(0644,root,root) /usr/man/man1/ssh-agent.1 |
135 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1 | 135 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1 |
136 | %attr(0644,root,root) /usr/man/man1/ssh-add.1 | 136 | %attr(0644,root,root) /usr/man/man1/ssh-add.1 |
137 | %attr(0644,root,root) /usr/man/man1/scp.1 | 137 | %attr(0644,root,root) /usr/man/man1/scp.1 |
138 | %attr(0644,root,root) /usr/man/man1/slogin.1 | 138 | %attr(-,root,root) /usr/man/man1/slogin.1 |
139 | %attr(0644,root,root) %config /etc/ssh/ssh_config | 139 | %attr(0644,root,root) %config /etc/ssh/ssh_config |
140 | 140 | ||
141 | %files server | 141 | %files server |