diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-21 12:41:42 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-21 12:41:42 +0200 |
commit | 66dde441bc7ae0462363fd78250f297f9289ce20 (patch) | |
tree | aea2e800ba767fecbd3995ecee0d5c23b19e18d1 /scripts/Makemodule.am | |
parent | 33aa4cedff0f8d0a09f80460568c296da8d16d26 (diff) |
Add helper script to update the time from NTP
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'scripts/Makemodule.am')
-rw-r--r-- | scripts/Makemodule.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makemodule.am b/scripts/Makemodule.am index 6dca6e5..f29f5f9 100644 --- a/scripts/Makemodule.am +++ b/scripts/Makemodule.am @@ -1,4 +1,5 @@ helper_SCRIPTS += scripts/devfs.sh scripts/trymount.sh scripts/ifrename.sh helper_SCRIPTS += scripts/ifcfg.sh scripts/ifdown.sh scripts/modules_load.sh +helper_SCRIPTS += scripts/setntpdate.sh -EXTRA_DIST += scripts/trymount.sh scripts/ifdown.sh +EXTRA_DIST += scripts/trymount.sh scripts/ifdown.sh scripts/setntpdate.sh |