summaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 18:19:48 +0000
committerRoy Marples <roy@marples.name>2007-11-20 18:19:48 +0000
commita76f2c20e410a1414b0922b22b00d1bc7c6cc35d (patch)
treee4615e9c105b02b110f295e0a95186e55967e43c /init.d.Linux
parent6a6ef66d15f37b771924b4c3504f173cb9dbc3f0 (diff)
downloadopenrc-a76f2c20e410a1414b0922b22b00d1bc7c6cc35d.tar.gz
openrc-a76f2c20e410a1414b0922b22b00d1bc7c6cc35d.tar.bz2
openrc-a76f2c20e410a1414b0922b22b00d1bc7c6cc35d.tar.xz
opts -> extra_commands. This is much more descriptive.
Diffstat (limited to 'init.d.Linux')
-rwxr-xr-xinit.d.Linux/clock2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock
index b835cc3..55d706d 100755
--- a/init.d.Linux/clock
+++ b/init.d.Linux/clock
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-opts="save show"
+extra_commands="save show"
description="Sets the local clock to UTC or Local Time."
description_save="Saves the current time in the BIOS."