apache: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 11:26:56 +02:00
parent 1f3ac711b2
commit bc54ae50fe
3 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@ Conflicts=apache-mpm-event.service apache-mpm-worker.service
[Service]
Type=forking
PIDFile=/var/run/httpd/httpd.pid
ExecStart=/usr/sbin/httpd -k start
ExecReload=/usr/sbin/httpd -t
ExecStart=/usr/bin/httpd -k start
ExecReload=/usr/bin/httpd -t
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/usr/sbin/httpd -k stop
ExecStop=/usr/bin/httpd -k stop
PrivateTmp=true
[Install]

View file

@ -2,7 +2,7 @@
prefix:
exec_prefix: /usr
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
sbindir: ${exec_prefix}/bin
libdir: ${exec_prefix}/lib
libexecdir: ${exec_prefix}/libexec/httpd
mandir: ${exec_prefix}/share/man

View file

@ -1,10 +1,10 @@
# Template file for 'apache'
pkgname=apache
version=2.4.12
revision=3
revision=4
wrksrc=httpd-${version}
build_style=gnu-configure
configure_args="--prefix= --enable-pie --enable-modules=all
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
--enable-mods-shared=all --enable-authn-dbm --enable-authn-anon
--enable-authn-dbd --enable-authn-alias --enable-authz-dbm
--enable-authz-owner --enable-authnz-ldap --enable-auth-digest -enable-isapi