diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/yppush | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/yppush')
-rw-r--r-- | usr.sbin/yppush/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/yppush/yppush.8 | 2 | ||||
-rw-r--r-- | usr.sbin/yppush/yppush_extern.h | 2 | ||||
-rw-r--r-- | usr.sbin/yppush/yppush_main.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index 68a33e0..abaa578 100644 --- a/usr.sbin/yppush/Makefile +++ b/usr.sbin/yppush/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:15:00 peter Exp $ +# $FreeBSD$ PROG= yppush SRCS= ypxfr_getmap.c yp_dblookup.c yp_error.c ypxfr_misc.c yppush_main.c \ diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index add5529..1fcf264 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: yppush.8,v 1.7 1997/11/03 07:53:41 charnier Exp $ +.\" $FreeBSD$ .\" .Dd February 5, 1995 .Dt YPPUSH 8 diff --git a/usr.sbin/yppush/yppush_extern.h b/usr.sbin/yppush/yppush_extern.h index 6d95356..86ca7a2 100644 --- a/usr.sbin/yppush/yppush_extern.h +++ b/usr.sbin/yppush/yppush_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ /* Privately defined error codes. */ diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index 768c328..39b5bdf 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: yppush_main.c,v 1.9 1997/11/03 07:53:44 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> |