Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhcp for openSUSE:Factory checked in at 2022-04-28 23:07:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhcp (Old) and /work/SRC/openSUSE:Factory/.dhcp.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhcp" Thu Apr 28 23:07:07 2022 rev:134 rq:972892 version:4.4.2.P1 Changes: -------- --- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes 2022-04-22 21:53:38.034763584 +0200 +++ /work/SRC/openSUSE:Factory/.dhcp.new.1538/dhcp.changes 2022-04-28 23:07:08.068632984 +0200 @@ -1,0 +2,5 @@ +Tue Apr 26 10:48:39 UTC 2022 - Reinhard Max <[email protected]> + +- bsc#1198657: properly handle DHCRELAY(6)_OPTIONS. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcrelay.script ++++++ --- /var/tmp/diff_new_pack.YjItjF/_old 2022-04-28 23:07:09.964635051 +0200 +++ /var/tmp/diff_new_pack.YjItjF/_new 2022-04-28 23:07:09.968635055 +0200 @@ -86,7 +86,7 @@ DHCRELAY_INTERFACES_ARGS="$DHCRELAY_INTERFACES_ARGS -i $i" done - DHCRELAY_ARGS="$DHCRELAY_INTERFACES_ARGS $DHCRELAY_SERVERS" + DHCRELAY_ARGS="$DHCRELAY_OPTIONS $DHCRELAY_INTERFACES_ARGS $DHCRELAY_SERVERS" ;; -6) DHCRELAY6_LOWER_INTERFACES_ARGS='' @@ -104,7 +104,7 @@ # service is not configured exit 6; fi - DHCRELAY_ARGS="$DHCRELAY6_LOWER_INTERFACES_ARGS $DHCRELAY6_UPPER_INTERFACES_ARGS" + DHCRELAY_ARGS="$DHCRELAY6_OPTIONS $DHCRELAY6_LOWER_INTERFACES_ARGS $DHCRELAY6_UPPER_INTERFACES_ARGS" ;; esac ## Start daemon with startproc(8). If this fails @@ -114,9 +114,9 @@ # already running to match LSB spec. if [ "$2" = "-v" ]; then echo - echo -n "executing '$DAEMON_BIN $DHCPv_OPT $DHCRELAY_OPTIONS $DHCRELAY_ARGS'" + echo -n "executing '$DAEMON_BIN $DHCPv_OPT $DHCRELAY_ARGS'" fi - startproc -q -l $STARTPROC_LOGFILE -p $DAEMON_PIDFILE $DAEMON_BIN $DHCPv_OPT $DHCRELAY_OPTIONS $DHCRELAY_ARGS >/dev/null 2>&1 + startproc -q -l $STARTPROC_LOGFILE -p $DAEMON_PIDFILE $DAEMON_BIN $DHCPv_OPT $DHCRELAY_ARGS >/dev/null 2>&1 rc=$? if ! [ $rc -eq 0 ]; then ## be verbose
