openssh: switch to /usr.
This commit is contained in:
parent
b7603d99c0
commit
b32c7058b8
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=SSH Secure Shell Service
|
||||
After=syslog.target
|
||||
After=syslog.target sshdgenkeys.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/sshd -D
|
||||
|
|
|
@ -17,9 +17,9 @@ do_install() {
|
|||
vmove usr/share/man/man8/${f}.8 usr/share/man/man8
|
||||
done
|
||||
vmove etc/pam.d etc
|
||||
vmkdir lib/systemd/system
|
||||
vmkdir usr/lib/systemd/system
|
||||
install -m644 ${FILESDIR}/*.{socket,service} \
|
||||
${DESTDIR}/lib/systemd/system
|
||||
${DESTDIR}/usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/sshd.tmpfiles.d 644 \
|
||||
usr/lib/tmpfiles.d sshd.conf
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=6.0p1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody --with-pam
|
||||
|
|
Loading…
Reference in a new issue