From 684c7c690f665d94099afbb737e051dd75c57304 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Dec 2013 13:08:33 +0100 Subject: [PATCH] libdaemon: move to 'devel' Signed-off-by: Stephan Raue --- packages/{other => devel}/libdaemon/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/{other => devel}/libdaemon/package.mk (98%) diff --git a/packages/other/libdaemon/package.mk b/packages/devel/libdaemon/package.mk similarity index 98% rename from packages/other/libdaemon/package.mk rename to packages/devel/libdaemon/package.mk index 55af9274a4..7f227cf550 100644 --- a/packages/other/libdaemon/package.mk +++ b/packages/devel/libdaemon/package.mk @@ -26,7 +26,7 @@ PKG_URL="http://0pointer.de/lennart/projects/libdaemon/$PKG_NAME-$PKG_VERSION.ta PKG_DEPENDS="" PKG_BUILD_DEPENDS_TARGET="toolchain" PKG_PRIORITY="optional" -PKG_SECTION="other" +PKG_SECTION="devel" PKG_SHORTDESC="libdaemon: A lightweight C library which eases the writing of UNIX daemons" PKG_LONGDESC="A wrapper around fork() which does the correct daemonization procedure of a process. A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR. An API for writing PID files. An API for serializing UNIX signals into a pipe for usage with select() or poll()."