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()."