base-files: coreutil-date breaks setting kernel timezone
authorVal Kulkov <val.kulkov@gmail.com>
Mon, 7 Oct 2019 16:06:52 +0000 (12:06 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Oct 2019 21:43:08 +0000 (23:43 +0200)
commitb10a4533670e32a19b4dcc7f90a5d52c679ddf91
tree2c33047e5701c43e279ba6fd20786328731e2d79
parentee5a3f6d605602bbff57cde337235088cf9c3ffa
base-files: coreutil-date breaks setting kernel timezone

"coreutil-date" package from the packages feed replaces the Busybox date
applet by symlinking /usr/bin/gnu-date to /bin/date. This prevents the system
init script from setting kernel timezone because the GNU date utility does not
provide such functionality:

   root@OpenWrt:~# date -k
   date: invalid option -- 'k'
   Try 'date --help' for more information.

A specific reference to the Busybox date applet prevents alternative date
utilities from breaking the system init script.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
package/base-files/files/etc/init.d/system