diff options
author | Roy Marples <roy@marples.name> | 2009-11-13 21:31:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-11-13 21:31:09 +0000 |
commit | 80d4ce3a11e28394724cff32073302265933c06d (patch) | |
tree | 53b45a5926eed8b44b6206b8a611c3aef83ca977 /init.d/swclock.in | |
parent | d21177e5c786b5684365c4a323c1ec904c2e0a6e (diff) |
Add a --warn option to just warn when reference file does not exist.
Fixes Gentoo #291894.
Diffstat (limited to 'init.d/swclock.in')
-rw-r--r-- | init.d/swclock.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swclock.in b/init.d/swclock.in index 3357fc76..ed4516c6 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -16,7 +16,7 @@ depend() start() { ebegin "Setting the local clock based on last shutdown time" - swclock + swclock --warn eend $? } |