diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 1 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index d6cd39f26..b402486a1 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -172,6 +172,7 @@ make install DESTDIR=$RPM_BUILD_ROOT/ | |||
172 | 172 | ||
173 | install -d $RPM_BUILD_ROOT/etc/pam.d/ | 173 | install -d $RPM_BUILD_ROOT/etc/pam.d/ |
174 | install -d $RPM_BUILD_ROOT/etc/rc.d/init.d | 174 | install -d $RPM_BUILD_ROOT/etc/rc.d/init.d |
175 | install -d $RPM_BUILD_ROOT/usr/libexec/ssh | ||
175 | install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd | 176 | install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd |
176 | install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd | 177 | install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd |
177 | 178 | ||
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 59e08d8a6..b6b3bf251 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -164,6 +164,7 @@ install -d $RPM_BUILD_ROOT/etc/ssh/ | |||
164 | install -d $RPM_BUILD_ROOT/etc/pam.d/ | 164 | install -d $RPM_BUILD_ROOT/etc/pam.d/ |
165 | install -d $RPM_BUILD_ROOT/sbin/init.d/ | 165 | install -d $RPM_BUILD_ROOT/sbin/init.d/ |
166 | install -d $RPM_BUILD_ROOT/var/adm/fillup-templates | 166 | install -d $RPM_BUILD_ROOT/var/adm/fillup-templates |
167 | install -d $RPM_BUILD_ROOT/usr/libexec/ssh | ||
167 | install -m644 sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd | 168 | install -m644 sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd |
168 | install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd | 169 | install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd |
169 | ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd | 170 | ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd |