Add a --warn option to just warn when reference file does not exist.
Fixes Gentoo #291894.
This commit is contained in:
@@ -16,7 +16,7 @@ depend()
|
||||
start()
|
||||
{
|
||||
ebegin "Setting the local clock based on last shutdown time"
|
||||
swclock
|
||||
swclock --warn
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user