Fix indent for LIBFOO_USERS and LIBFOO_PERMISSIONS as per the manual example.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
endif
define BIND_USERS
-named -1 named -1 * /etc/bind - - BIND daemon
+ named -1 named -1 * /etc/bind - - BIND daemon
endef
$(eval $(autotools-package))
BUSYBOX_KCONFIG_OPTS = $(BUSYBOX_MAKE_OPTS)
define BUSYBOX_PERMISSIONS
-/bin/busybox f 4755 0 0 - - - - -
-/usr/share/udhcpc/default.script f 755 0 0 - - - - -
+ /bin/busybox f 4755 0 0 - - - - -
+ /usr/share/udhcpc/default.script f 755 0 0 - - - - -
endef
# If mdev will be used for device creation enable it and copy S10mdev to /etc/init.d
DBUS_INSTALL_STAGING = YES
define DBUS_PERMISSIONS
-/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
+ /usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
endef
define DBUS_USERS
endef
define EXIM_USERS
-exim 88 mail 8 * - - - exim
+ exim 88 mail 8 * - - - exim
endef
define EXIM_INSTALL_INIT_SYSV
endef
define OPENNTPD_USERS
-_ntp -1 _ntp -1 * - - - Network Time Protocol daemon
+ _ntp -1 _ntp -1 * - - - Network Time Protocol daemon
endef
$(eval $(autotools-package))
--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
define OPENSSH_USERS
-sshd -1 sshd -1 * - - - SSH drop priv user
+ sshd -1 sshd -1 * - - - SSH drop priv user
endef
# uClibc toolchain for ARC doesn't support PIE at the moment
SUDO_POST_CONFIGURE_HOOKS += SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
define SUDO_PERMISSIONS
-/usr/bin/sudo f 4755 0 0 - - - - -
+ /usr/bin/sudo f 4755 0 0 - - - - -
endef
$(eval $(autotools-package))
endef
define TVHEADEND_USERS
-tvheadend -1 tvheadend -1 * /home/tvheadend - video TVHeadend daemon
+ tvheadend -1 tvheadend -1 * /home/tvheadend - video TVHeadend daemon
endef
$(eval $(generic-package))