changed "renice" to "nice"
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 6 Jan 2021 08:11:33 +0000 (19:11 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 6 Jan 2021 08:11:33 +0000 (19:11 +1100)
rrqnet-ifupdown.sh
rrqnet-ifupdown.sh.8.adoc

index 27896958f73dea18653436f14e6aec52a31bc9e2..336c46d4980b021ae8106fb0d46e15090b7e9984 100755 (executable)
@@ -19,7 +19,7 @@
 
 # An rrqnet stanza may have the following settings:
 # rrqnet_port <port>
-# rrqnet_renice <nice>
+# rrqnet_nice <nice>
 # rrqnet_remote <remote declaration>
 # rrqnet_options <options>
 # rrqnet_log <level> <pathname>
@@ -45,8 +45,8 @@ configure_tap_up() {
 start_cable_pre_up() {
     configure_tap_up || return 1
     configure_tap_bridge || return 1
-    [ -z "$IF_RRQNET_RENICE" ] || \
-        RRQDAEMON="/usr/bin/nice -n $IF_RRQNET_RENICE $RRQDAEMON"
+    [ -z "$IF_RRQNET_NICE" ] || \
+        RRQDAEMON="/usr/bin/nice -n $IF_RRQNET_NICE $RRQDAEMON"
     if [ -z "$IF_RRQNET_LOG" ] ; then
        daemon -U -r -n $NAME -- \
               $RRQDAEMON $IF_RRQNET_OPTIONS \
index 39fc4d04decfbe87be10119e407969a90cb442a1..b0301c966fbd98446b56dd77b82e9d2292b57855 100644 (file)
@@ -45,10 +45,10 @@ This IFACE option is required both as way of marking that the stanza
 is for an +rrqnet+ virtual cable +tap+, and to declare which UDP port
 the +rrqnet+ daemon should listen on for incoming cabling.
 
-*rrqnet_renice* _nice_::
+*rrqnet_nice* _nice_::
 
 This IFACE option is used for adjusting the +rrqnet+ process
-scheduling priority. Refer the +renice+ man page for full details.
+scheduling priority. Refer the +nice+ man page for full details.
 
 *rrqnet_remote* _remote_::