summaryrefslogtreecommitdiff
path: root/init.d.BSD
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.BSD
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.BSD')
-rwxr-xr-xinit.d.BSD/clock2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock
index f22de2e..26f893a 100755
--- a/init.d.BSD/clock
+++ b/init.d.BSD/clock
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-opts="save"
+extra_commands="save"
description="Sets the local clock to UTC or Local Time."
description_save="Saves the current time in the BIOS."