aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftp
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1996-01-14 08:40:25 +0000
committerMark Eichin <eichin@mit.edu>1996-01-14 08:40:25 +0000
commit3be12fd1f97744d7bbeec94419a03e20b9e0d96c (patch)
tree3b15ecae838602dd513d3f4a4e1b11cbfe7db8eb /src/appl/gssftp/ftp
parent245739416115502693d74bd5872b7df7f69957ab (diff)
downloadkrb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.zip
krb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.tar.gz
krb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.tar.bz2
Sanitize and cvsignore files for gssftp
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7314 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftp')
-rw-r--r--src/appl/gssftp/ftp/.Sanitize51
-rw-r--r--src/appl/gssftp/ftp/.cvsignore1
2 files changed, 52 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/.Sanitize b/src/appl/gssftp/ftp/.Sanitize
new file mode 100644
index 0000000..1ffc370
--- /dev/null
+++ b/src/appl/gssftp/ftp/.Sanitize
@@ -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
index 0000000..e8c05a6
--- /dev/null
+++ b/src/appl/gssftp/ftp/.cvsignore
@@ -0,0 +1 @@
+configure