From: Stefan Schantl Date: Sat, 26 Mar 2011 16:49:15 +0000 (+0100) Subject: systemd: Fix udevrulesdir. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06bf3dc5ed4aaf17202fc75aea44da46a577621;p=ipfire-3.x.git systemd: Fix udevrulesdir. Reference #149. --- diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index f0185700f..033838a34 100644 --- a/pkgs/systemd/systemd.nm +++ b/pkgs/systemd/systemd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = systemd PKG_VER = 20 -PKG_REL = 2 +PKG_REL = 4 PKG_MAINTAINER = Stefan Schantl PKG_GROUP = System/Base @@ -34,8 +34,8 @@ PKG_URL = http://www.freedesktop.org/wiki/Software/systemd PKG_LICENSE = GPLv2+ PKG_SUMMARY = A System and Service Manager. -PKG_BUILD_DEPS+= audit-devel automake autoconf cryptsetup-luks-devel dbus-devel \ - libcap-devel libselinux-devel libtool libudev-devel pam-devel +PKG_BUILD_DEPS+= automake autoconf cryptsetup-luks-devel dbus-devel \ + libcap-devel libtool libudev-devel pam-devel define PKG_DESCRIPTION systemd is a system and service manager for Linux, compatible with \ @@ -66,10 +66,11 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --with-rootdir= \ --with-distro=other \ - --with-syslog-service=syslog-ng.service \ + --with-syslog-service=rsyslog.service \ --with-sysvinit-path= \ --with-sysvrcd-path= \ - --with-udevrulesdir=/lib/udev + --with-udevrulesdir=/lib/udev/rules.d/ \ + --with-pamlibdir=/etc/pam.d define STAGE_PREPARE_CMDS cd $(DIR_APP) && ./autogen.sh ac