From 9b4422a2513e9c7f4c705050948d82b75331aaba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 10:09:24 -0500 Subject: Remove All CVS Id Strings Possible Using a Script Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed. --- testsuites/samples/pppd/Makefile.am | 4 ---- testsuites/samples/pppd/README | 4 ---- testsuites/samples/pppd/netconfig.h | 1 - testsuites/samples/pppd/system.h | 1 - 4 files changed, 10 deletions(-) (limited to 'testsuites/samples/pppd') diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am index 94f4b6eab8..594609a826 100644 --- a/testsuites/samples/pppd/Makefile.am +++ b/testsuites/samples/pppd/Makefile.am @@ -1,7 +1,3 @@ -## -## $Id$ -## - rtems_tests_PROGRAMS = pppd pppd_SOURCES = init.c pppdapp.c netconfig.h system.h diff --git a/testsuites/samples/pppd/README b/testsuites/samples/pppd/README index 677e00af33..49fb2be770 100644 --- a/testsuites/samples/pppd/README +++ b/testsuites/samples/pppd/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - This is an example user application using pppd. It is built using the RTEMS application Makefiles. The file Makefile-user should be renamed to Makefile or the -f option given to make. The file diff --git a/testsuites/samples/pppd/netconfig.h b/testsuites/samples/pppd/netconfig.h index e440e08c4f..f7f5682d4f 100644 --- a/testsuites/samples/pppd/netconfig.h +++ b/testsuites/samples/pppd/netconfig.h @@ -1,4 +1,3 @@ - #ifndef NETCONFIG_H_ #define NETCONFIG_H_ diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h index 2a931e4549..5e70ddb2fc 100644 --- a/testsuites/samples/pppd/system.h +++ b/testsuites/samples/pppd/system.h @@ -1,4 +1,3 @@ - #ifndef SYSTEM_H #define SYSTEM_H -- cgit v1.2.3