saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
12
init.d/osclock
Executable file
12
init.d/osclock
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright (c) 2014 Ralph Sennhauser <sera@igentoo.org>
|
||||
# Released under the 2-clause BSD license.
|
||||
|
||||
# Can be used on OSs that take care of the clock.
|
||||
|
||||
description="Provides clock"
|
||||
|
||||
depend()
|
||||
{
|
||||
provide clock
|
||||
}
|
||||
Reference in New Issue
Block a user