Add a --warn option to just warn when reference file does not exist.

Fixes Gentoo #291894.
This commit is contained in:
Roy Marples
2009-11-13 21:31:09 +00:00
parent d21177e5c7
commit 80d4ce3a11
2 changed files with 16 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ depend()
start()
{
ebegin "Setting the local clock based on last shutdown time"
swclock
swclock --warn
eend $?
}