Bug 50356 - 2.15.1-alt1, sysvinit: unrecognized option: --expect-group
Summary: 2.15.1-alt1, sysvinit: unrecognized option: --expect-group
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bird (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vladimir Lettiev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 12:02 MSK by Sergey Y. Afonin
Modified: 2024-05-14 14:47 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)