Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22161

Added Files:
        ftpfiles.info ftpfiles.patch 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: ftpfiles.info ---
Package: ftpfiles
Version: 20030406
Revision: 1
###
Type: nosource
###
PatchScript: <<
  sed 's|@FINKPREFIX@|%p|g' <%a/%n.patch | 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 <[EMAIL PROTECTED]>

--- NEW FILE: ftpfiles.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
[EMAIL PROTECTED]@/bin/bash
+/usr/bin/false


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to