ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/net/nss_ldapd/nss_ldapd.2009-08-23T010913Z.diff
Revision: 497
Committed: 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas
File size: 810 byte(s)
Log Message:
Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird.


File Contents

# User Rev Content
1 douglas 102 diff -Nrux .svn -x work /usr/ports/net/nss_ldapd/Makefile nss_ldapd/Makefile
2     --- /usr/ports/net/nss_ldapd/Makefile 2009-08-13 18:46:44.000000000 -0700
3     +++ nss_ldapd/Makefile 2009-08-22 18:06:00.636342612 -0700
4     @@ -7,6 +7,7 @@
5    
6     PORTNAME= nss_ldapd
7     PORTVERSION= 0.6.11
8     +PORTREVISION= 1
9     CATEGORIES= net
10     MASTER_SITES= http://arthurdejong.org/nss-ldapd/
11     DISTNAME= nss-ldapd-${PORTVERSION}
12     diff -Nrux .svn -x work /usr/ports/net/nss_ldapd/files/nslcd.in nss_ldapd/files/nslcd.in
13     --- /usr/ports/net/nss_ldapd/files/nslcd.in 2009-08-13 18:46:44.000000000 -0700
14     +++ nss_ldapd/files/nslcd.in 2009-08-22 17:49:53.548256383 -0700
15     @@ -17,7 +17,7 @@
16     name=nslcd
17     rcvar=$(set_rcvar)
18    
19     -command="%%PREFIX%%/sbin/%{name}"
20     +command="%%PREFIX%%/sbin/${name}"
21     pidfile="/var/run/${name}.pid"
22    
23     load_rc_config ${name}