ftpfiles stable port information

Package: ftpfiles
Version: 20030406
Revision: 1
###
Type: nosource
###
BuildDepends: fink (>= 0.24.12-1)
###
PatchFile: %n.patch
PatchFile-MD5: 56cc0bc7952a7d0a0dd8b977f73c09c4
PatchScript: <<
sed 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
<<
###
ConfFiles: <<
%p/etc/shells
%p/etc/ftpusers
<<
###
CompileScript: echo None
###
InstallScript: <<
#!/bin/sh -ev
INSTALLDATA="install -m 644"
INSTALLDIR="install -d -m 755"
$INSTALLDIR %i/etc
$INSTALLDATA shells %i/etc
$INSTALLDATA ftpusers %i/etc
<<
###
Description: Some required system files
DescDetail: <<
Some required system files that some programs and daemons need to mod
these copies will live within fink's root, to not break fink policy.
<<
###
License: Public Domain
Maintainer: Justin F. Hallett

ftpfiles stable port .patch

diff -ruN ftpfiles.orig/ftpusers ftpfiles/ftpusers
--- ftpfiles.orig/ftpusers Wed Dec 31 17:00:00 1969
+++ ftpfiles/ftpusers Sun Apr 6 19:55:20 2003
@@ -0,0 +1,9 @@
+# list of users disallowed any ftp access.
+# read by ftpd(8).
+Administrator
+administrator
+root
+uucp
+daemon
+unknown
+www
diff -ruN ftpfiles.orig/shells ftpfiles/shells
--- ftpfiles.orig/shells Wed Dec 31 17:00:00 1969
+++ ftpfiles/shells Sun Apr 6 19:55:33 2003
@@ -0,0 +1,11 @@
+# List of acceptable shells for chpass(1).
+# Ftpd will not allow users to connect who are not using
+# one of these shells.
+
+/bin/bash
+/bin/csh
+/bin/sh
+/bin/tcsh
+/bin/zsh
+@FINKPREFIX@/bin/bash
+/usr/bin/false

ftpfiles _unstable_ port .patch