From 011ee1102f24322d6dea957778060305289c7c6b Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 14 Sep 1998 22:11:37 +0000 Subject: [PATCH] Remove Id keywords from files that are still on the vendor branch This will make life easier when upgrading. Suggested by: bde --- gnu/libexec/uucp/sample/call.sample | 2 -- gnu/libexec/uucp/sample/config.sample | 2 -- gnu/libexec/uucp/sample/dialcode.sample | 2 -- gnu/libexec/uucp/sample/passwd.sample | 2 -- gnu/libexec/uucp/sample/port.sample | 2 -- gnu/libexec/uucp/sample/sys1.sample | 2 -- gnu/libexec/uucp/sample/sys2.sample | 2 -- 7 files changed, 14 deletions(-) diff --git a/gnu/libexec/uucp/sample/call.sample b/gnu/libexec/uucp/sample/call.sample index 08d34521f368..de4190ce6125 100644 --- a/gnu/libexec/uucp/sample/call.sample +++ b/gnu/libexec/uucp/sample/call.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of call, the call out password file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/config.sample b/gnu/libexec/uucp/sample/config.sample index fdb8f09bbdda..e7d683bb0367 100644 --- a/gnu/libexec/uucp/sample/config.sample +++ b/gnu/libexec/uucp/sample/config.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of config, the main configuration file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/dialcode.sample b/gnu/libexec/uucp/sample/dialcode.sample index 2e893b839c5c..710a07bf7343 100644 --- a/gnu/libexec/uucp/sample/dialcode.sample +++ b/gnu/libexec/uucp/sample/dialcode.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of dialcode, the dialcode configuration file for # Taylor UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/passwd.sample b/gnu/libexec/uucp/sample/passwd.sample index 1f1ddd7ef0ef..2b04e13a3435 100644 --- a/gnu/libexec/uucp/sample/passwd.sample +++ b/gnu/libexec/uucp/sample/passwd.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of passwd, the call in password file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/port.sample b/gnu/libexec/uucp/sample/port.sample index 9e22db90fceb..8e481869b568 100644 --- a/gnu/libexec/uucp/sample/port.sample +++ b/gnu/libexec/uucp/sample/port.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of port, the port configuration file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/sys1.sample b/gnu/libexec/uucp/sample/sys1.sample index d7b5e166502c..fa9e7709e1cf 100644 --- a/gnu/libexec/uucp/sample/sys1.sample +++ b/gnu/libexec/uucp/sample/sys1.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of a sys file, the file(s) which describe remote # systems for Taylor UUCP. To use it, you must compile the package # with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), diff --git a/gnu/libexec/uucp/sample/sys2.sample b/gnu/libexec/uucp/sample/sys2.sample index 66ecb78f0cd2..856529a500a0 100644 --- a/gnu/libexec/uucp/sample/sys2.sample +++ b/gnu/libexec/uucp/sample/sys2.sample @@ -1,5 +1,3 @@ -# $Id:$ - # This is an example of a sys file, the file(s) which describe remote # systems for Taylor UUCP. To use it, you must compile the package # with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default),