Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132340557
D3135.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3135.id.diff
View Options
Index: head/UIDs
===================================================================
--- head/UIDs
+++ head/UIDs
@@ -47,7 +47,7 @@
msql:*:98:98::0:0:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
rscsi:*:99:99::0:0:Remote SCSI:/usr/local/rscsi:/usr/local/sbin/rscsi
squid:*:100:100::0:0:squid caching-proxy pseudo user:/var/squid:/usr/sbin/nologin
-quagga:*:101:101::0:0:Quagga route daemon pseudo user:/usr/local/etc/quagga:/usr/sbin/nologin
+quagga:*:101:101::0:0:Quagga route daemon pseudo user:/var/empty:/usr/sbin/nologin
ganglia:*:102:102::0:0:Ganglia User:/nonexistent:/usr/sbin/nologin
sgeadmin:*:103:103::0:0:Sun Grid Engine Admin:/nonexistent:/usr/sbin/nologin
slimserv:*:104:104::0:0:Slim Devices SlimServer pseudo-user:/nonexistent:/usr/sbin/nologin
Index: head/net/quagga/Makefile
===================================================================
--- head/net/quagga/Makefile
+++ head/net/quagga/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.24.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= SAVANNAH
@@ -102,6 +102,6 @@
post-install:
${MKDIR} ${STAGEDIR}${LOCALSTATE_DIR} ${STAGEDIR}${SYSCONF_DIR} \
${STAGEDIR}${EXAMPLESDIR}
- @${MV} ${STAGEDIR}${ETCDIR}/* ${STAGEDIR}${EXAMPLESDIR}
+ @${MV} ${STAGEDIR}${SYSCONF_DIR}/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
Index: head/net/quagga/pkg-plist
===================================================================
--- head/net/quagga/pkg-plist
+++ head/net/quagga/pkg-plist
@@ -95,4 +95,4 @@
%%EXAMPLESDIR%%/vtysh.conf.sample
%%EXAMPLESDIR%%/zebra.conf.sample
@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%LOCALSTATE_DIR%%
-@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%ETCDIR%%
+@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%SYSCONF_DIR%%
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 17, 1:35 AM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23812316
Default Alt Text
D3135.id.diff (1 KB)
Attached To
Mode
D3135: Fix with custom SYSCONF_DIR and fix qa tests
Attached
Detach File
Event Timeline
Log In to Comment