summaryrefslogtreecommitdiffstats
path: root/package/sysklogd
Commit message (Collapse)AuthorAgeFilesLines
* sysklogd: needs largefile supportPeter Korsgaard2009-11-231-0/+4
| | | | | | | | | It tries to call lseek64(): ksym_mod.o: In function `InitMsyms': ksym_mod.c:(.text+0x438): undefined reference to `lseek64' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysklogd: only install init script / config file if not present in skeletonPeter Korsgaard2009-03-091-2/+6
| | | | | Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton.
* sysklogd: fix buildPeter Korsgaard2009-03-053-3/+22
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Don't use long options to start-stop-daemon as they may be disabled in the ↵Hamish Moffatt2008-03-181-4/+4
| | | | busybox configuration
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"2007-05-102-1/+1
| | | | start-up order.
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* added fix to correct for building with kernels > 2.5 per case 0000557David Anders2006-01-241-9/+84
|
* Add support for the full blown versions of sysklogd and klogdEric Andersen2005-09-135-0/+136