summaryrefslogtreecommitdiffstats
path: root/rules/pureftpd.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: cleanup busybox init start script handlingMichael Olbrich2020-11-201-2/+0
| | | | | | | | Make the options only visible if INITMETHOD_BBINIT is enabled. This makes the menu cleaner and the extra 'ifdef PTXCONF_INITMETHOD_BBINIT' can be dropped. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: /usr mergeMichael Olbrich2017-04-111-8/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: add URL for older versionsMichael Olbrich2015-10-161-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: fix startup with systemd and no upload scriptMichael Olbrich2014-06-091-3/+9
| | | | | | | | | | | With no upload script "ConditionPathExists=@SCRIPT@" expands to "ConditionPathExists=". This clears the previous condition and systemd tries to start /usr/sbin/pure-uploadscript which does not exist. This removes the runtime logic and only adds the dependency on pure-uploadscript.service if the upload script is enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: version bump 1.0.32 -> 1.0.36Michael Olbrich2014-04-301-43/+31
| | | | | | cleanup configure options and install pure-pw while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: add systemd supportMichael Olbrich2011-06-201-5/+44
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: version bump 29 -> 32Robert Schwebel2011-06-201-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pureftpd: explicitly built without libcapMichael Olbrich2011-03-271-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pureftpd] targetinstall consolidationRobert Schwebel2010-10-221-5/+4
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pureftpd] remove obsolete stagesMichael Olbrich2010-10-111-17/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pureftpd] install rc.d link with the init scriptMichael Olbrich2010-07-271-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-5/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove "--disable-dependency-tracking"Marc Kleine-Budde2010-04-161-1/+0
| | | | | | | | | | I don't think disabling dependency tracking is a good thinkg. However we can introduce a global switch to turn dependency tracking off. For more information see: http://starwars.wikia.com/wiki/I_have_a_bad_feeling_about_this Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [pure-ftpd] version bump to 1.0.29Marc Kleine-Budde2010-04-011-7/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [pureftpd] version bump, update patchsetLuotao Fu2010-02-251-1/+11
| | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-10/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pureftpd] cleanup targetinstallMichael Olbrich2010-01-041-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pureftpd] just cleanupsMarc Kleine-Budde2009-05-121-7/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10470 33e552b5-05e3-0310-8538-816dae2090ed
* * pure-ftpd: spellingRobert Schwebel2009-02-251-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9861 33e552b5-05e3-0310-8538-816dae2090ed
* [pureftpd] don't install inetd.conf.d snippletMarc Kleine-Budde2009-02-251-1/+0
| | | | | | | | pureftpd cannot be run from inetd Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9855 33e552b5-05e3-0310-8538-816dae2090ed
* [pureftpd] remove obsolete prepare statementMarc Kleine-Budde2009-02-251-2/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9854 33e552b5-05e3-0310-8538-816dae2090ed
* * init: introduce infrastructure for multiple init methodsRobert Schwebel2009-02-201-33/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9802 33e552b5-05e3-0310-8538-816dae2090ed
* * pureftpd.make:Marc Kleine-Budde2008-12-191-1/+1
| | | | | | | fix brackage introduced in previous commit git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9260 33e552b5-05e3-0310-8538-816dae2090ed
* * pureftpd.make:Marc Kleine-Budde2008-12-191-1/+1
| | | | | | | fix download URL git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9259 33e552b5-05e3-0310-8538-816dae2090ed
* * pureftpd.make:Marc Kleine-Budde2008-06-061-4/+3
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8432 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * pureftpd.make:Marc Kleine-Budde2008-06-031-52/+3
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8282 33e552b5-05e3-0310-8538-816dae2090ed
* pureftpd: Support inetd startJuergen Beisert2007-01-241-2/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6912 33e552b5-05e3-0310-8538-816dae2090ed
* * pure-ftpd: add default configRobert Schwebel2007-01-021-0/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6689 33e552b5-05e3-0310-8538-816dae2090ed
* using correct permissions for pureftpd's config fileJuergen Beisert2006-12-171-3/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6506 33e552b5-05e3-0310-8538-816dae2090ed
* typo fixedJuergen Beisert2006-12-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6428 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/pureftpd.make:Marc Kleine-Budde2006-11-291-26/+29
| | | | | | | version bump -> 1.0.21 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6405 33e552b5-05e3-0310-8538-816dae2090ed
* * pureFTPJuergen Beisert2006-11-171-10/+15
| | | | | | | | | | - move startup script selection into the packet - allow user defined startup script - allow user defined runtime configuration # open issue: configure runs twice! git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6331 33e552b5-05e3-0310-8538-816dae2090ed
* * pureFtpdJuergen Beisert2006-11-071-12/+39
| | | | | | | | - extending the configure switches in the GUI to support SITE CHMOD git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6288 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist: moved projects-example/generic to genericRobert Schwebel2006-10-241-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6219 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* paths fixed for generic directoryRobert Schwebel2006-03-111-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5110 33e552b5-05e3-0310-8538-816dae2090ed
* reverted := vs. = patchRobert Schwebel2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
* = -> := replacementSascha Hauer2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-17/+17
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* Remove obsolete get_patches.Ladislav Michl2006-02-111-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4568 33e552b5-05e3-0310-8538-816dae2090ed
* default config removedJuergen Beisert2006-01-221-1/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4363 33e552b5-05e3-0310-8538-816dae2090ed
* install default configJuergen Beisert2006-01-221-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4362 33e552b5-05e3-0310-8538-816dae2090ed
* pure-ftpd autostart addedJuergen Beisert2006-01-201-2/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4349 33e552b5-05e3-0310-8538-816dae2090ed
* documentation update and dependency fixesBjoern Buerger2006-01-171-3/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4204 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-17/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed