summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/redhat/openssh.spec1
-rw-r--r--contrib/suse/openssh.spec1
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
173install -d $RPM_BUILD_ROOT/etc/pam.d/ 173install -d $RPM_BUILD_ROOT/etc/pam.d/
174install -d $RPM_BUILD_ROOT/etc/rc.d/init.d 174install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
175install -d $RPM_BUILD_ROOT/usr/libexec/ssh
175install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd 176install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
176install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd 177install -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/
164install -d $RPM_BUILD_ROOT/etc/pam.d/ 164install -d $RPM_BUILD_ROOT/etc/pam.d/
165install -d $RPM_BUILD_ROOT/sbin/init.d/ 165install -d $RPM_BUILD_ROOT/sbin/init.d/
166install -d $RPM_BUILD_ROOT/var/adm/fillup-templates 166install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
167install -d $RPM_BUILD_ROOT/usr/libexec/ssh
167install -m644 sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd 168install -m644 sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd
168install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd 169install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd
169ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd 170ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd