# 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>
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 \
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_::