diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-27 23:23:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 23:23:39 +0000 |
commit | 415dfbd35c8e60a40fe362f1bed0d52e6d7a8d70 (patch) | |
tree | 8d7cc5da070b5477421ff15f5495832c6c16e098 /packages/ftpd-topfield | |
parent | 9c6456bf405f2c84166d0557155c294faed51c96 (diff) |
ftpd-topfield: Updated to 0.6.6
Diffstat (limited to 'packages/ftpd-topfield')
-rw-r--r-- | packages/ftpd-topfield/files/init | 2 | ||||
-rwxr-xr-x | packages/ftpd-topfield/ftpd-topfield_0.6.6.bb (renamed from packages/ftpd-topfield/ftpd-topfield_0.6.3.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/ftpd-topfield/files/init b/packages/ftpd-topfield/files/init index 0816e8bb7d..aabd3d40fc 100644 --- a/packages/ftpd-topfield/files/init +++ b/packages/ftpd-topfield/files/init @@ -2,7 +2,7 @@ DAEMON=/usr/sbin/ftpd-topfield NAME=ftpd-topfield DESC="FTP daemon for the Topfield PVR" -ARGS="-D -P 21 -e" +ARGS="-D -P 21" test -f $DAEMON || exit 0 diff --git a/packages/ftpd-topfield/ftpd-topfield_0.6.3.bb b/packages/ftpd-topfield/ftpd-topfield_0.6.6.bb index 72cf5ab057..f7fdfb5466 100755 --- a/packages/ftpd-topfield/ftpd-topfield_0.6.3.bb +++ b/packages/ftpd-topfield/ftpd-topfield_0.6.6.bb @@ -6,8 +6,8 @@ MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>" SECTION = "net" LICENSE = "MIT" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_3 \ - cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_6_3 \ +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_6 \ + cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_6_6 \ file://init" # The source will end up in the subdirectory 'ftpd-topfield' - no release name |