diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-11 00:23:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-11 00:23:59 +0000 |
commit | 71ef039ccdcfb26dc6f4214423dc3632fdbcb934 (patch) | |
tree | be10c862af2ff6b29db44a5c6fa2b238ab159be1 /ftp/wu-ftpd+ipv6/files/patch-ah | |
parent | Add bwbasic, move BROKEN stuff down in alphabetical order. (diff) |
Submitted by: Tom Samplonius <tom@misery.sdf.com>
I've made some changes to the wu-ftpd port. Here's an overview of the
enclosed patches:
patch-ab: replacement for patches/patch-ab to add install of basic
configuration files: ftpaccess, ftpconversions, and ftpusers
patch-ah: new patch to add some FreeBSD system users: toor, ingres, and
xten to the ftpusers file
PLIST.diff: add the config files to the package
DESCR.diff: add a comment on location and purose of installed config
Notes
Notes:
svn path=/head/; revision=2050
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ah')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ah | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ah b/ftp/wu-ftpd+ipv6/files/patch-ah new file mode 100644 index 000000000000..537d8d5e0959 --- /dev/null +++ b/ftp/wu-ftpd+ipv6/files/patch-ah @@ -0,0 +1,31 @@ +*** doc/examples/ftpusers.orig Tue Aug 8 19:30:46 1995 +--- doc/examples/ftpusers Tue Aug 8 19:33:46 1995 +*************** +*** 1,14 **** + root +! bin +! boot + daemon +- digital +- field +- gateway +- guest +- nobody + operator +! ris +! sccs +! sys + uucp +--- 1,12 ---- + root +! toor + daemon + operator +! bin +! games +! news +! man + uucp ++ xten ++ ingres ++ nobody |