summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /testsuites/samples/pppd
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
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.
Diffstat (limited to 'testsuites/samples/pppd')
-rw-r--r--testsuites/samples/pppd/Makefile.am4
-rw-r--r--testsuites/samples/pppd/README4
-rw-r--r--testsuites/samples/pppd/netconfig.h1
-rw-r--r--testsuites/samples/pppd/system.h1
4 files changed, 0 insertions, 10 deletions
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