diff options
Diffstat (limited to 'packages/suse')
-rw-r--r-- | packages/suse/openssh.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec index 1d0168ba6..ad8d60da0 100644 --- a/packages/suse/openssh.spec +++ b/packages/suse/openssh.spec | |||
@@ -97,6 +97,8 @@ patented algorithms to seperate libraries (OpenSSL). | |||
97 | This package contains the GNOME passphrase dialog. | 97 | This package contains the GNOME passphrase dialog. |
98 | 98 | ||
99 | %changelog | 99 | %changelog |
100 | * Sun Dec 26 1999 Chris Saia <csaia@wtower.com> | ||
101 | - Made symlink to gnome-ssh-askpass called ssh-askpass | ||
100 | * Wed Nov 24 1999 Chris Saia <csaia@wtower.com> | 102 | * Wed Nov 24 1999 Chris Saia <csaia@wtower.com> |
101 | - Removed patches that included /etc/pam.d/sshd, /sbin/init.d/rc.sshd, and | 103 | - Removed patches that included /etc/pam.d/sshd, /sbin/init.d/rc.sshd, and |
102 | /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into | 104 | /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into |
@@ -156,6 +158,7 @@ install -m744 packages/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd | |||
156 | install -m644 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config | 158 | install -m644 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config |
157 | install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config | 159 | install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config |
158 | ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd | 160 | ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd |
161 | ln -s gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/ssh-askpass | ||
159 | install -m744 packages/suse/rc.config.sshd \ | 162 | install -m744 packages/suse/rc.config.sshd \ |
160 | $RPM_BUILD_ROOT/var/adm/fillup-templates | 163 | $RPM_BUILD_ROOT/var/adm/fillup-templates |
161 | 164 | ||
@@ -236,4 +239,5 @@ fi | |||
236 | %defattr(-,root,root) | 239 | %defattr(-,root,root) |
237 | %attr(0755,root,root) %dir /usr/libexec/ssh | 240 | %attr(0755,root,root) %dir /usr/libexec/ssh |
238 | %attr(0755,root,root) /usr/libexec/ssh/ssh-askpass | 241 | %attr(0755,root,root) /usr/libexec/ssh/ssh-askpass |
242 | %attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass | ||
239 | 243 | ||