summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.postinst
Commit message (Collapse)AuthorAgeFilesLines
* inetd services: don't use busybox's find in postinstRoland Hieber2019-06-201-2/+1
| | | | | | | | | | | | busybox's find doesn't understand '-empty', so when running these postinst scripts on a system without GNU coreutils, they will display a nice help text instead. Replace the find call with a test that tries to expand the same pattern that is used afterwards, so cat doesn't run with a non-matching pattern. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * services: re-generate inetd.conf if there are rules (fixed wrong logic)Robert Schwebel2009-02-251-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9845 33e552b5-05e3-0310-8538-816dae2090ed
* * services: care about non-existing directoriesRobert Schwebel2009-02-231-1/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9831 33e552b5-05e3-0310-8538-816dae2090ed
* * inetd: add inetd.conf autogeneration mechanics for portmap,Robert Schwebel2009-02-221-0/+5
busybox, dnsmasq, cvs, rsync, pureftpd, inetutils, fam git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9804 33e552b5-05e3-0310-8538-816dae2090ed