package/*/*.mk: Fix indent

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>
This commit is contained in:
Maxime Hadjinlian 2014-11-03 00:39:51 +01:00 committed by Peter Korsgaard
parent fdff90929f
commit dd44b94312
8 changed files with 9 additions and 9 deletions

View File

@ -88,7 +88,7 @@ BIND_POST_INSTALL_TARGET_HOOKS += BIND_TARGET_REMOVE_TOOLS
endif endif
define BIND_USERS define BIND_USERS
named -1 named -1 * /etc/bind - - BIND daemon named -1 named -1 * /etc/bind - - BIND daemon
endef endef
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -50,8 +50,8 @@ BUSYBOX_KCONFIG_EDITORS = menuconfig xconfig gconfig
BUSYBOX_KCONFIG_OPTS = $(BUSYBOX_MAKE_OPTS) BUSYBOX_KCONFIG_OPTS = $(BUSYBOX_MAKE_OPTS)
define BUSYBOX_PERMISSIONS define BUSYBOX_PERMISSIONS
/bin/busybox f 4755 0 0 - - - - - /bin/busybox f 4755 0 0 - - - - -
/usr/share/udhcpc/default.script f 755 0 0 - - - - - /usr/share/udhcpc/default.script f 755 0 0 - - - - -
endef endef
# If mdev will be used for device creation enable it and copy S10mdev to /etc/init.d # If mdev will be used for device creation enable it and copy S10mdev to /etc/init.d

View File

@ -11,7 +11,7 @@ DBUS_LICENSE_FILES = COPYING
DBUS_INSTALL_STAGING = YES DBUS_INSTALL_STAGING = YES
define DBUS_PERMISSIONS define DBUS_PERMISSIONS
/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - - /usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
endef endef
define DBUS_USERS define DBUS_USERS

View File

@ -105,7 +105,7 @@ define EXIM_INSTALL_TARGET_CMDS
endef endef
define EXIM_USERS define EXIM_USERS
exim 88 mail 8 * - - - exim exim 88 mail 8 * - - - exim
endef endef
define EXIM_INSTALL_INIT_SYSV define EXIM_INSTALL_INIT_SYSV

View File

@ -16,7 +16,7 @@ define OPENNTPD_INSTALL_INIT_SYSV
endef endef
define OPENNTPD_USERS define OPENNTPD_USERS
_ntp -1 _ntp -1 * - - - Network Time Protocol daemon _ntp -1 _ntp -1 * - - - Network Time Protocol daemon
endef endef
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -13,7 +13,7 @@ OPENSSH_CONF_OPTS = --sysconfdir=/etc/ssh --disable-lastlog --disable-utmp \
--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip --disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
define OPENSSH_USERS define OPENSSH_USERS
sshd -1 sshd -1 * - - - SSH drop priv user sshd -1 sshd -1 * - - - SSH drop priv user
endef endef
# uClibc toolchain for ARC doesn't support PIE at the moment # uClibc toolchain for ARC doesn't support PIE at the moment

View File

@ -29,7 +29,7 @@ endef
SUDO_POST_CONFIGURE_HOOKS += SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST SUDO_POST_CONFIGURE_HOOKS += SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
define SUDO_PERMISSIONS define SUDO_PERMISSIONS
/usr/bin/sudo f 4755 0 0 - - - - - /usr/bin/sudo f 4755 0 0 - - - - -
endef endef
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -85,7 +85,7 @@ define TVHEADEND_INSTALL_INIT_SYSV
endef endef
define TVHEADEND_USERS define TVHEADEND_USERS
tvheadend -1 tvheadend -1 * /home/tvheadend - video TVHeadend daemon tvheadend -1 tvheadend -1 * /home/tvheadend - video TVHeadend daemon
endef endef
$(eval $(generic-package)) $(eval $(generic-package))