]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
basesystem: Add dependency to a (random) syslog daemon.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Mar 2011 20:13:44 +0000 (21:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Mar 2011 20:13:44 +0000 (21:13 +0100)
pkgs/basesystem/basesystem.nm

index 552aa575c877dac27011db93e14154affd2d9fef..1ab15eb2949c5c48920ebb9862ca9f531957c0eb 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = basesystem
 PKG_VER        = $(DISTRO_VERSION)
-PKG_REL        = 2
+PKG_REL        = 3
 PKG_ARCH       = noarch
 
 PKG_MAINTAINER =
@@ -42,7 +42,7 @@ PKG_BUILD_DEPS = # There are no build dependencies
 PKG_DEPS      += /bin/sh /sbin/init \
        coreutils file findutils gawk grep iana-etc initscripts kbd less \
        module-init-tools network pakfire passwd procps psmisc sed setup \
-       shadow system-release tar udev util-linux vim
+       shadow syslog system-release tar udev util-linux vim
 
 define PKG_DESCRIPTION
        This package contains files that are needed to run basic \