saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-06-25 21:45:58 +02:00
committed by root
parent 39b8b56fc7
commit 1963227b77
33 changed files with 2118 additions and 0 deletions

12
init.d/osclock Executable file
View 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
}