packages: fix trailing spaces and slash

... as reported by utils/check-package.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2017-11-30 00:08:43 +01:00 committed by Thomas Petazzoni
parent 373b63d3f0
commit f58b3a1c03
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ define BUSYBOX_PERMISSIONS
# Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.
# 12 Applets are pulled from applets.h using grep command :
# grep -r -e "APPLET.*BB_SUID_REQUIRE\|APPLET.*BB_SUID_MAYBE" \
# $(@D)/include/applets.h
# $(@D)/include/applets.h
# These applets are added to the device table and the makedev file
# ignores the files with type 'F' ( optional files).
/usr/bin/wall F 4755 0 0 - - - - -

View File

@ -17,7 +17,7 @@ NTP_CONF_OPTS = \
--disable-tickadj \
--disable-debugging \
--with-yielding-select=yes \
--disable-local-libevent \
--disable-local-libevent
# 0002-ntp-syscalls-fallback.patch
# 0003-ntpq-fpic.patch