summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-11 00:23:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-11 00:23:59 +0000
commit71ef039ccdcfb26dc6f4214423dc3632fdbcb934 (patch)
treebe10c862af2ff6b29db44a5c6fa2b238ab159be1 /ftp
parentAdd 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')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ab9
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ah31
-rw-r--r--ftp/wu-ftpd+ipv6/pkg-descr14
-rw-r--r--ftp/wu-ftpd+ipv6/pkg-plist4
-rw-r--r--ftp/wu-ftpd/files/patch-ab9
-rw-r--r--ftp/wu-ftpd/files/patch-ah31
-rw-r--r--ftp/wu-ftpd/pkg-descr14
-rw-r--r--ftp/wu-ftpd/pkg-plist4
8 files changed, 112 insertions, 4 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab
index 3167be4a8894..10bdb4c81b4a 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-ab
+++ b/ftp/wu-ftpd+ipv6/files/patch-ab
@@ -1,5 +1,5 @@
*** Makefile.orig Fri Apr 1 11:03:58 1994
---- Makefile Sun Aug 6 21:35:01 1995
+--- Makefile Tue Aug 8 20:40:20 1995
***************
*** 1,25 ****
! BINDIR= /usr/local/bin
@@ -27,7 +27,7 @@
! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
---- 1,36 ----
+--- 1,41 ----
! BINDIR= ${PREFIX}/bin
! LIBEXECDIR= ${PREFIX}/libexec
! ETCDIR= ${PREFIX}/etc
@@ -46,6 +46,11 @@
! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
+! install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
+! @echo Installing basic configuration
+! install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
+! install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers
+! install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
@echo Installing manpages.
! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
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
diff --git a/ftp/wu-ftpd+ipv6/pkg-descr b/ftp/wu-ftpd+ipv6/pkg-descr
index 0c40b7b88367..76b401514bc5 100644
--- a/ftp/wu-ftpd+ipv6/pkg-descr
+++ b/ftp/wu-ftpd+ipv6/pkg-descr
@@ -13,3 +13,17 @@ features:
o directory alias
o cdpath
o filename filter
+
+
+CONFIGURATION NOTES
+
+The configuration files are located in /usr/local/etc This package includes
+a basic working configuration. The config files are:
+
+ ftpaccess - controls who, what, and how many can access the server
+ ftpconversions - controls the on-the-fly compression/archiving
+ ftpusers - users who, for security reasons, may never use the server
+
+You will also need to change /etc/inetd.conf to point to the new server
+located at /usr/local/libexec/ftpd
+
diff --git a/ftp/wu-ftpd+ipv6/pkg-plist b/ftp/wu-ftpd+ipv6/pkg-plist
index e0352b91a212..459e72cb3cf6 100644
--- a/ftp/wu-ftpd+ipv6/pkg-plist
+++ b/ftp/wu-ftpd+ipv6/pkg-plist
@@ -1,3 +1,6 @@
+etc/ftpaccess
+etc/ftpconversions
+etc/ftpusers
libexec/ftpd
man/man1/ftpcount.1.gz
man/man1/ftpwho.1.gz
@@ -10,3 +13,4 @@ man/man8/ftpshut.8.gz
bin/ftpshut
bin/ftpcount
bin/ftpwho
+bin/ftpckconfig
diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab
index 3167be4a8894..10bdb4c81b4a 100644
--- a/ftp/wu-ftpd/files/patch-ab
+++ b/ftp/wu-ftpd/files/patch-ab
@@ -1,5 +1,5 @@
*** Makefile.orig Fri Apr 1 11:03:58 1994
---- Makefile Sun Aug 6 21:35:01 1995
+--- Makefile Tue Aug 8 20:40:20 1995
***************
*** 1,25 ****
! BINDIR= /usr/local/bin
@@ -27,7 +27,7 @@
! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
---- 1,36 ----
+--- 1,41 ----
! BINDIR= ${PREFIX}/bin
! LIBEXECDIR= ${PREFIX}/libexec
! ETCDIR= ${PREFIX}/etc
@@ -46,6 +46,11 @@
! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
+! install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
+! @echo Installing basic configuration
+! install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
+! install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers
+! install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
@echo Installing manpages.
! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
diff --git a/ftp/wu-ftpd/files/patch-ah b/ftp/wu-ftpd/files/patch-ah
new file mode 100644
index 000000000000..537d8d5e0959
--- /dev/null
+++ b/ftp/wu-ftpd/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
diff --git a/ftp/wu-ftpd/pkg-descr b/ftp/wu-ftpd/pkg-descr
index 0c40b7b88367..76b401514bc5 100644
--- a/ftp/wu-ftpd/pkg-descr
+++ b/ftp/wu-ftpd/pkg-descr
@@ -13,3 +13,17 @@ features:
o directory alias
o cdpath
o filename filter
+
+
+CONFIGURATION NOTES
+
+The configuration files are located in /usr/local/etc This package includes
+a basic working configuration. The config files are:
+
+ ftpaccess - controls who, what, and how many can access the server
+ ftpconversions - controls the on-the-fly compression/archiving
+ ftpusers - users who, for security reasons, may never use the server
+
+You will also need to change /etc/inetd.conf to point to the new server
+located at /usr/local/libexec/ftpd
+
diff --git a/ftp/wu-ftpd/pkg-plist b/ftp/wu-ftpd/pkg-plist
index e0352b91a212..459e72cb3cf6 100644
--- a/ftp/wu-ftpd/pkg-plist
+++ b/ftp/wu-ftpd/pkg-plist
@@ -1,3 +1,6 @@
+etc/ftpaccess
+etc/ftpconversions
+etc/ftpusers
libexec/ftpd
man/man1/ftpcount.1.gz
man/man1/ftpwho.1.gz
@@ -10,3 +13,4 @@ man/man8/ftpshut.8.gz
bin/ftpshut
bin/ftpcount
bin/ftpwho
+bin/ftpckconfig