# .Sanitize script for `pwd`.

# 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
# script.

Do-first:

# All files listed between the "Things-to-keep:" line and the
# "Things-to-lose:" line will be kept.  All other files will be silently
# removed.  Directories listed in this section will have their own .Sanitize
# file processed.  Directories not listed will be silently removed in their
# entirety with rm -rf.

# Files and directories between the "Things-to-lose:" and "Do-last:" lines
# will be deleted if present, and an alarm will be issued if they are not
# present.

# The lines between the "Do-last:" line and the file's end are executed
# as a /bin/sh shell script after everything else is done in this script.

# See the /usr/unsupported/bin/Sanitize script for more details.

Things-to-keep:

ChangeLog
ChangeLog.mit
Makefile.in
auth.h
auth_any.c
auth_gssapi.c
auth_gssapi.h
auth_gssapi_misc.c
auth_none.c
auth_unix.c
auth_unix.h
authunix_prot.c
bindresvport.c
clnt.h
clnt_generic.c
clnt_perror.c
clnt_raw.c
clnt_simple.c
clnt_tcp.c
clnt_udp.c
configure.in
get_myaddress.c
getrpcent.c
getrpcport.c
netdb.h
pmap_clnt.c
pmap_clnt.h
pmap_getmaps.c
pmap_getport.c
pmap_prot.c
pmap_prot.h
pmap_prot2.c
pmap_rmt.c
pmap_rmt.h
rpc.h
rpc_callmsg.c
rpc_commondata.c
rpc_dtablesize.c
rpc_msg.h
rpc_prot.c
svc.c
svc.h
svc_auth.c
svc_auth.h
svc_auth_any.c
svc_auth_gssapi.c
svc_auth_unix.c
svc_raw.c
svc_run.c
svc_simple.c
svc_tcp.c
svc_udp.c
types.hin
unit-test
xdr.c
xdr.h
xdr_alloc.c
xdr_array.c
xdr_float.c
xdr_mem.c
xdr_rec.c
xdr_reference.c
xdr_stdio.c

Things-to-lose:

Makefile.ov

Do-last:

# End of file.
