Bring ScriptAlias and Alias in the correct order.
From Carl Brewer in PR 33159. Bump PKGREVISION.
This commit is contained in:
parent
b837138f8a
commit
9f1aac2780
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2006/03/28 06:13:30 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nagios-2.0
|
||||
PKGNAME= ${DISTNAME:S/-/-base-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: nagios.conf.dist,v 1.1.1.1 2006/02/18 17:12:20 bouyer Exp $
|
||||
# $NetBSD: nagios.conf.dist,v 1.2 2006/03/28 06:13:30 wiz Exp $
|
||||
#
|
||||
# nagios configuration file fragment for Apache
|
||||
|
||||
<IfModule mod_alias.c>
|
||||
Alias /nagios/ "@PREFIX@/share/nagios/"
|
||||
ScriptAlias /nagios/cgi-bin/ "@PREFIX@/libexec/nagios/cgi-bin/"
|
||||
Alias /nagios/ "@PREFIX@/share/nagios/"
|
||||
</IfModule>
|
||||
|
||||
<Directory "@PREFIX@/libexec/nagios/cgi-bin/">
|
||||
|
|
Loading…
Reference in a new issue