diff options
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 f743797701b8..153b9b1e1338 100644 --- a/usr.sbin/nscd/Makefile +++ b/usr.sbin/nscd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nscd/Makefile,v 1.4.6.1 2008/11/25 02:59:29 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 a193f953814c..02ca6e52a91f 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <string.h> diff --git a/usr.sbin/nscd/agent.h b/usr.sbin/nscd/agent.h index ebe8974ee2a1..12939798c597 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_AGENT_H__ diff --git a/usr.sbin/nscd/agents/Makefile.inc b/usr.sbin/nscd/agents/Makefile.inc index 1be32e1d986f..415af2263c0c 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.6.1 2008/11/25 02:59:29 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 ba61db7f56f9..6d99c0c59908 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/nscd/agents/group.h b/usr.sbin/nscd/agents/group.h index e6c73973f1d2..83cc7ed44f80 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/agents/passwd.c b/usr.sbin/nscd/agents/passwd.c index b068d1992fed..86e0da562098 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <assert.h> diff --git a/usr.sbin/nscd/agents/passwd.h b/usr.sbin/nscd/agents/passwd.h index 956a50d78008..284bf77408f5 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/agents/services.c b/usr.sbin/nscd/agents/services.c index 44dec39c3d25..6fb76c7d709f 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.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/nscd/agents/services.h b/usr.sbin/nscd/agents/services.h index 0b77c87a9979..ea9f4bf30ac1 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "../agent.h" diff --git a/usr.sbin/nscd/cachelib.c b/usr.sbin/nscd/cachelib.c index daa819348f4a..fa6c5e876c95 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/time.h> #include <assert.h> diff --git a/usr.sbin/nscd/cachelib.h b/usr.sbin/nscd/cachelib.h index b1c8af8553a4..625a29dfc0b4 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_CACHELIB_H__ diff --git a/usr.sbin/nscd/cacheplcs.c b/usr.sbin/nscd/cacheplcs.c index 7b0c8eb5531a..2353bfcf44d1 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <string.h> diff --git a/usr.sbin/nscd/cacheplcs.h b/usr.sbin/nscd/cacheplcs.h index 8eba15fee356..6f2db3ee7dfe 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_CACHEPLCS_H__ diff --git a/usr.sbin/nscd/config.c b/usr.sbin/nscd/config.c index 5f20ad3c41a0..20d73b53764e 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <math.h> diff --git a/usr.sbin/nscd/config.h b/usr.sbin/nscd/config.h index a3205c968bbc..03cc7ed34dcd 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_CONFIG_H__ diff --git a/usr.sbin/nscd/debug.c b/usr.sbin/nscd/debug.c index 420c517c1159..504f9e508944 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdio.h> #include "debug.h" diff --git a/usr.sbin/nscd/debug.h b/usr.sbin/nscd/debug.h index 71f530088d02..2bf0a7fa203a 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_DEBUG_H__ diff --git a/usr.sbin/nscd/hashtable.h b/usr.sbin/nscd/hashtable.h index 137820e99394..32a16ff852a8 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.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __CACHELIB_HASHTABLE_H__ diff --git a/usr.sbin/nscd/log.c b/usr.sbin/nscd/log.c index adfc5bf8c1c8..94cdc04d3d77 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <stdarg.h> diff --git a/usr.sbin/nscd/log.h b/usr.sbin/nscd/log.h index e02efb5cd1e4..2e1805cf283a 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.3.6.1 2008/11/25 02:59:29 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 c1569e988210..9acbff513927 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.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/socket.h> #include <sys/time.h> diff --git a/usr.sbin/nscd/mp_rs_query.h b/usr.sbin/nscd/mp_rs_query.h index 91f13cc96c89..5c249e31ca72 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.3.6.1 2008/11/25 02:59:29 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 f5c889b31aa1..d489319c83b7 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.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/socket.h> #include <sys/time.h> diff --git a/usr.sbin/nscd/mp_ws_query.h b/usr.sbin/nscd/mp_ws_query.h index ead1d351055b..5f5d36887e1d 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_MP_WS_QUERY_H__ diff --git a/usr.sbin/nscd/nscd.8 b/usr.sbin/nscd/nscd.8 index 1def32cbaf3f..cd17b7585315 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd October 20, 2005 .Dt NSCD 8 diff --git a/usr.sbin/nscd/nscd.c b/usr.sbin/nscd/nscd.c index 34a724dfc3cc..ff3b56513f81 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.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/event.h> diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index f7292027580d..aff75e3e24cc 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.6.6.1 2008/11/25 02:59:29 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 3b6996d7afb1..0c8158737bec 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.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.sbin/nscd/nscdcli.h b/usr.sbin/nscd/nscdcli.h index cfbd7e62060e..b05aa13a1fbb 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_NSCDCLI_H__ diff --git a/usr.sbin/nscd/parser.c b/usr.sbin/nscd/parser.c index b877efa6cf44..f0a398bef116 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <stdio.h> diff --git a/usr.sbin/nscd/parser.h b/usr.sbin/nscd/parser.h index 413b784d4eef..df76a0953e0a 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_PARSER_H__ diff --git a/usr.sbin/nscd/protocol.c b/usr.sbin/nscd/protocol.c index 08cea9230995..5506e23c1cc6 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <assert.h> #include <stdlib.h> diff --git a/usr.sbin/nscd/protocol.h b/usr.sbin/nscd/protocol.h index 6894d3c4b6de..a542742ab0a0 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_PROTOCOL_H__ diff --git a/usr.sbin/nscd/query.c b/usr.sbin/nscd/query.c index 4b750931b418..2ff0b08950c9 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.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.sbin/nscd/query.h b/usr.sbin/nscd/query.h index 383d8065917e..6e041bb3ca77 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_QUERY_H__ diff --git a/usr.sbin/nscd/singletons.c b/usr.sbin/nscd/singletons.c index 669d12be2abd..f9cf87dba592 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.2.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include "singletons.h" diff --git a/usr.sbin/nscd/singletons.h b/usr.sbin/nscd/singletons.h index dfd891fe10c6..0e8754f8f141 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.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __NSCD_SINGLETONS_H__ |
