diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
| commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
| tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /usr.sbin/nscd | |
| parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) | |
Diffstat (limited to 'usr.sbin/nscd')
38 files changed, 38 insertions, 38 deletions
diff --git a/usr.sbin/nscd/Makefile b/usr.sbin/nscd/Makefile index 298e163aec41..1ad248202afe 100644 --- a/usr.sbin/nscd/Makefile +++ b/usr.sbin/nscd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nscd/Makefile,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nscd MAN= nscd.conf.5 nscd.8 diff --git a/usr.sbin/nscd/agent.c b/usr.sbin/nscd/agent.c index 55b1565a1195..6ffd4e54faab 100644 --- a/usr.sbin/nscd/agent.c +++ b/usr.sbin/nscd/agent.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/agent.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <stdlib.h> diff --git a/usr.sbin/nscd/agent.h b/usr.sbin/nscd/agent.h index 57078c6f853a..05c655307978 100644 --- a/usr.sbin/nscd/agent.h +++ b/usr.sbin/nscd/agent.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/agent.h,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_AGENT_H__ diff --git a/usr.sbin/nscd/agents/Makefile.inc b/usr.sbin/nscd/agents/Makefile.inc index 1be32e1d986f..d6d66a3c4ea9 100644 --- a/usr.sbin/nscd/agents/Makefile.inc +++ b/usr.sbin/nscd/agents/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nscd/agents/Makefile.inc,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SRCS += passwd.c group.c services.c diff --git a/usr.sbin/nscd/agents/group.c b/usr.sbin/nscd/agents/group.c index 92be7ed0ae48..bcae49cfb9c5 100644 --- a/usr.sbin/nscd/agents/group.c +++ b/usr.sbin/nscd/agents/group.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/agents/group.c,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.sbin/nscd/agents/group.h b/usr.sbin/nscd/agents/group.h index 15e1097092ed..ec602608b99e 100644 --- a/usr.sbin/nscd/agents/group.h +++ b/usr.sbin/nscd/agents/group.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/agents/group.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/agents/passwd.c b/usr.sbin/nscd/agents/passwd.c index 247444f5c4ba..fe40418217df 100644 --- a/usr.sbin/nscd/agents/passwd.c +++ b/usr.sbin/nscd/agents/passwd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/agents/passwd.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.sbin/nscd/agents/passwd.h b/usr.sbin/nscd/agents/passwd.h index 112423a6f35a..c0d2aa08c123 100644 --- a/usr.sbin/nscd/agents/passwd.h +++ b/usr.sbin/nscd/agents/passwd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/agents/passwd.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/agents/services.c b/usr.sbin/nscd/agents/services.c index 7b02e50cebd8..022c5ae63c23 100644 --- a/usr.sbin/nscd/agents/services.c +++ b/usr.sbin/nscd/agents/services.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/agents/services.c,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.sbin/nscd/agents/services.h b/usr.sbin/nscd/agents/services.h index 728fe99b24f8..1310945024b8 100644 --- a/usr.sbin/nscd/agents/services.h +++ b/usr.sbin/nscd/agents/services.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/agents/services.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/cachelib.c b/usr.sbin/nscd/cachelib.c index afdbc0a3fe2b..e257d7e04029 100644 --- a/usr.sbin/nscd/cachelib.c +++ b/usr.sbin/nscd/cachelib.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/cachelib.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.sbin/nscd/cachelib.h b/usr.sbin/nscd/cachelib.h index 37f0041e9d32..5d4d15c1ed37 100644 --- a/usr.sbin/nscd/cachelib.h +++ b/usr.sbin/nscd/cachelib.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/cachelib.h,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_CACHELIB_H__ diff --git a/usr.sbin/nscd/cacheplcs.c b/usr.sbin/nscd/cacheplcs.c index 37cf765459a0..7b1a8abc2e73 100644 --- a/usr.sbin/nscd/cacheplcs.c +++ b/usr.sbin/nscd/cacheplcs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/cacheplcs.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.sbin/nscd/cacheplcs.h b/usr.sbin/nscd/cacheplcs.h index 7d7e1dab6aa0..2c6dec99802e 100644 --- a/usr.sbin/nscd/cacheplcs.h +++ b/usr.sbin/nscd/cacheplcs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/cacheplcs.h,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_CACHEPLCS_H__ diff --git a/usr.sbin/nscd/config.c b/usr.sbin/nscd/config.c index 856cf97d8bd2..3dfca8d60722 100644 --- a/usr.sbin/nscd/config.c +++ b/usr.sbin/nscd/config.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/config.c,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> #include <sys/time.h> diff --git a/usr.sbin/nscd/config.h b/usr.sbin/nscd/config.h index 6c42932772cc..f19d38b797e4 100644 --- a/usr.sbin/nscd/config.h +++ b/usr.sbin/nscd/config.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/config.h,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_CONFIG_H__ diff --git a/usr.sbin/nscd/debug.c b/usr.sbin/nscd/debug.c index 48130b4a00d0..163f054f1997 100644 --- a/usr.sbin/nscd/debug.c +++ b/usr.sbin/nscd/debug.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/debug.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> diff --git a/usr.sbin/nscd/debug.h b/usr.sbin/nscd/debug.h index e345637d4b38..67e0e3dc76d5 100644 --- a/usr.sbin/nscd/debug.h +++ b/usr.sbin/nscd/debug.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/debug.h,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_DEBUG_H__ diff --git a/usr.sbin/nscd/hashtable.h b/usr.sbin/nscd/hashtable.h index 26e6eb9e1402..52ce621b4df0 100644 --- a/usr.sbin/nscd/hashtable.h +++ b/usr.sbin/nscd/hashtable.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/hashtable.h,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __CACHELIB_HASHTABLE_H__ diff --git a/usr.sbin/nscd/log.c b/usr.sbin/nscd/log.c index 5f4c578f1130..4f73170ec5c3 100644 --- a/usr.sbin/nscd/log.c +++ b/usr.sbin/nscd/log.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/log.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <stdarg.h> diff --git a/usr.sbin/nscd/log.h b/usr.sbin/nscd/log.h index 296c98f3e18a..faa8937b11e1 100644 --- a/usr.sbin/nscd/log.h +++ b/usr.sbin/nscd/log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/log.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_LOG_H__ diff --git a/usr.sbin/nscd/mp_rs_query.c b/usr.sbin/nscd/mp_rs_query.c index 4bec5174a635..449502feb2bc 100644 --- a/usr.sbin/nscd/mp_rs_query.c +++ b/usr.sbin/nscd/mp_rs_query.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/mp_rs_query.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/event.h> diff --git a/usr.sbin/nscd/mp_rs_query.h b/usr.sbin/nscd/mp_rs_query.h index f74200ac3544..922fe69e349d 100644 --- a/usr.sbin/nscd/mp_rs_query.h +++ b/usr.sbin/nscd/mp_rs_query.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/mp_rs_query.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_MP_RS_QUERY_H__ diff --git a/usr.sbin/nscd/mp_ws_query.c b/usr.sbin/nscd/mp_ws_query.c index 5e29748529ed..27ff7726225c 100644 --- a/usr.sbin/nscd/mp_ws_query.c +++ b/usr.sbin/nscd/mp_ws_query.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/mp_ws_query.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/event.h> diff --git a/usr.sbin/nscd/mp_ws_query.h b/usr.sbin/nscd/mp_ws_query.h index 3337ef63c25b..e06e16091bf7 100644 --- a/usr.sbin/nscd/mp_ws_query.h +++ b/usr.sbin/nscd/mp_ws_query.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/mp_ws_query.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_MP_WS_QUERY_H__ diff --git a/usr.sbin/nscd/nscd.8 b/usr.sbin/nscd/nscd.8 index 1def32cbaf3f..d13c0e755965 100644 --- a/usr.sbin/nscd/nscd.8 +++ b/usr.sbin/nscd/nscd.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nscd/nscd.8,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 20, 2005 .Dt NSCD 8 diff --git a/usr.sbin/nscd/nscd.c b/usr.sbin/nscd/nscd.c index 6b5af943a500..0dd937f6ea44 100644 --- a/usr.sbin/nscd/nscd.c +++ b/usr.sbin/nscd/nscd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/nscd.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/event.h> diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index f64ce277938c..cea4eaa95cec 100644 --- a/usr.sbin/nscd/nscd.conf.5 +++ b/usr.sbin/nscd/nscd.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nscd/nscd.conf.5,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 30, 2006 .Dt NSCD.CONF 5 diff --git a/usr.sbin/nscd/nscdcli.c b/usr.sbin/nscd/nscdcli.c index 9b0720116dc4..4d8ecbe674e6 100644 --- a/usr.sbin/nscd/nscdcli.c +++ b/usr.sbin/nscd/nscdcli.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/nscdcli.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.sbin/nscd/nscdcli.h b/usr.sbin/nscd/nscdcli.h index 1eae4efc0146..de4aee6827c1 100644 --- a/usr.sbin/nscd/nscdcli.h +++ b/usr.sbin/nscd/nscdcli.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/nscdcli.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_NSCDCLI_H__ diff --git a/usr.sbin/nscd/parser.c b/usr.sbin/nscd/parser.c index a36821a75e7a..5a9b03db9eda 100644 --- a/usr.sbin/nscd/parser.c +++ b/usr.sbin/nscd/parser.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/parser.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.sbin/nscd/parser.h b/usr.sbin/nscd/parser.h index d4f3b227279f..8c57ca3fe1fd 100644 --- a/usr.sbin/nscd/parser.h +++ b/usr.sbin/nscd/parser.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/parser.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_PARSER_H__ diff --git a/usr.sbin/nscd/protocol.c b/usr.sbin/nscd/protocol.c index 3e40739600a6..11a51659061b 100644 --- a/usr.sbin/nscd/protocol.c +++ b/usr.sbin/nscd/protocol.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/protocol.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <stdlib.h> diff --git a/usr.sbin/nscd/protocol.h b/usr.sbin/nscd/protocol.h index dea23972b14f..b64137a55a69 100644 --- a/usr.sbin/nscd/protocol.h +++ b/usr.sbin/nscd/protocol.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/protocol.h,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_PROTOCOL_H__ diff --git a/usr.sbin/nscd/query.c b/usr.sbin/nscd/query.c index c233e195d1f9..c1488e125b3f 100644 --- a/usr.sbin/nscd/query.c +++ b/usr.sbin/nscd/query.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/query.c,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/event.h> diff --git a/usr.sbin/nscd/query.h b/usr.sbin/nscd/query.h index f3df9068221f..dd181269c6ff 100644 --- a/usr.sbin/nscd/query.h +++ b/usr.sbin/nscd/query.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/query.h,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_QUERY_H__ diff --git a/usr.sbin/nscd/singletons.c b/usr.sbin/nscd/singletons.c index e557c20cfc1c..bf064fdde36a 100644 --- a/usr.sbin/nscd/singletons.c +++ b/usr.sbin/nscd/singletons.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nscd/singletons.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.sbin/nscd/singletons.h b/usr.sbin/nscd/singletons.h index dfd891fe10c6..68fbe4524abc 100644 --- a/usr.sbin/nscd/singletons.h +++ b/usr.sbin/nscd/singletons.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/nscd/singletons.h,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __NSCD_SINGLETONS_H__ |
