Bug 50356

Summary: 2.15.1-alt1, sysvinit: unrecognized option: --expect-group
Product: Sisyphus Reporter: Sergey Y. Afonin <asy>
Component: birdAssignee: Vladimir Lettiev <crux>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: crux, rider, shaba
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Sergey Y. Afonin 2024-05-14 12:02:48 MSK
Надо init-файл поправить:

--- bird.old    2024-05-07 16:06:36.000000000 +0400
+++ bird        2024-05-14 12:59:49.000000000 +0400
@@ -68,7 +68,7 @@
        check || return
        ensure_rundir "$RUNTIMEDIR"
        start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" \
-               --expect-user "$RUN_USER" --expect-group "$RUN_GROUP" \
+               --expect-user "$RUN_USER" \
                -- bird -P "$PIDFILE"
        RETVAL=$?
        return $RETVAL

Проверял в p10, но пакет service в Сизифе той же версии, на сколько я вижу.
Comment 1 Repository Robot 2024-05-14 14:47:33 MSK
bird-2.15.1-alt2 -> sisyphus:

 Tue May 14 2024 Sergey Y. Afonin <asy@altlinux> 2.15.1-alt2
 - removed expect-group option from init.d/bird (ALT #50356)