mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
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:
parent
fdff90929f
commit
dd44b94312
@ -88,7 +88,7 @@ BIND_POST_INSTALL_TARGET_HOOKS += BIND_TARGET_REMOVE_TOOLS
|
||||
endif
|
||||
|
||||
define BIND_USERS
|
||||
named -1 named -1 * /etc/bind - - BIND daemon
|
||||
named -1 named -1 * /etc/bind - - BIND daemon
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
@ -50,8 +50,8 @@ BUSYBOX_KCONFIG_EDITORS = menuconfig xconfig gconfig
|
||||
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
|
||||
|
@ -11,7 +11,7 @@ DBUS_LICENSE_FILES = COPYING
|
||||
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
|
||||
|
@ -105,7 +105,7 @@ define EXIM_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
define EXIM_USERS
|
||||
exim 88 mail 8 * - - - exim
|
||||
exim 88 mail 8 * - - - exim
|
||||
endef
|
||||
|
||||
define EXIM_INSTALL_INIT_SYSV
|
||||
|
@ -16,7 +16,7 @@ define OPENNTPD_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))
|
||||
|
@ -13,7 +13,7 @@ OPENSSH_CONF_OPTS = --sysconfdir=/etc/ssh --disable-lastlog --disable-utmp \
|
||||
--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
|
||||
|
@ -29,7 +29,7 @@ endef
|
||||
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))
|
||||
|
@ -85,7 +85,7 @@ define TVHEADEND_INSTALL_INIT_SYSV
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user