Sanitize and cvsignore files for gssftp
authorMark Eichin <eichin@mit.edu>
Sun, 14 Jan 1996 08:40:25 +0000 (08:40 +0000)
committerMark Eichin <eichin@mit.edu>
Sun, 14 Jan 1996 08:40:25 +0000 (08:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7314 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/.Sanitize [new file with mode: 0644]
src/appl/gssftp/.cvsignore [new file with mode: 0644]
src/appl/gssftp/arpa/.Sanitize [new file with mode: 0644]
src/appl/gssftp/ftp/.Sanitize [new file with mode: 0644]
src/appl/gssftp/ftp/.cvsignore [new file with mode: 0644]
src/appl/gssftp/ftpd/.Sanitize [new file with mode: 0644]
src/appl/gssftp/ftpd/.cvsignore [new file with mode: 0644]

diff --git a/src/appl/gssftp/.Sanitize b/src/appl/gssftp/.Sanitize
new file mode 100644 (file)
index 0000000..0c2a9a0
--- /dev/null
@@ -0,0 +1,40 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this 
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+ChangeLog
+Makefile.in
+README.gssftp
+arpa
+configure.in
+configure
+ftp
+ftpd
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/.cvsignore b/src/appl/gssftp/.cvsignore
new file mode 100644 (file)
index 0000000..e8c05a6
--- /dev/null
@@ -0,0 +1 @@
+configure
diff --git a/src/appl/gssftp/arpa/.Sanitize b/src/appl/gssftp/arpa/.Sanitize
new file mode 100644 (file)
index 0000000..d804b41
--- /dev/null
@@ -0,0 +1,34 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this 
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+ChangeLog
+ftp.h
+telnet.h
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftp/.Sanitize b/src/appl/gssftp/ftp/.Sanitize
new file mode 100644 (file)
index 0000000..1ffc370
--- /dev/null
@@ -0,0 +1,51 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this 
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+ChangeLog
+Makefile.in
+cmds.c
+cmdtab.c
+configure.in
+configure
+domacro.c
+ftp.M
+ftp.c
+ftp_var.h
+getpass.c
+glob.c
+main.c
+pathnames.h
+pclose.c
+radix.c
+ruserpass.c
+secure.c
+secure.h
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftp/.cvsignore b/src/appl/gssftp/ftp/.cvsignore
new file mode 100644 (file)
index 0000000..e8c05a6
--- /dev/null
@@ -0,0 +1 @@
+configure
diff --git a/src/appl/gssftp/ftpd/.Sanitize b/src/appl/gssftp/ftpd/.Sanitize
new file mode 100644 (file)
index 0000000..63e80a0
--- /dev/null
@@ -0,0 +1,45 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize".  All keyword lines must exist,
+# and must exist in the order specified by this file.  Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this 
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept.  All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+CHANGES
+ChangeLog
+Makefile.in
+configure.in
+configure
+ftpcmd.y
+ftpd.M
+ftpd.c
+logwtmp.c
+pathnames.h
+popen.c
+secure.h
+vers.c
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftpd/.cvsignore b/src/appl/gssftp/ftpd/.cvsignore
new file mode 100644 (file)
index 0000000..e8c05a6
--- /dev/null
@@ -0,0 +1 @@
+configure