Bug 28596 - не работает функция save
Summary: не работает функция save
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: arptables (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords: backport
Depends on:
Blocks:
 
Reported: 2013-02-25 14:16 MSK by А. Китайкин
Modified: 2013-02-25 16:22 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description А. Китайкин 2013-02-25 14:16:01 MSK
После загрузки правил arptables не работает service arptables save.

Ошибка в init-скрипте, строка 24

[ "$1" != "save" -o -r /etc/sysconfig/arptables ] || exit 1

надо заменить на

[ "$1" = "save" -o -r /etc/sysconfig/arptables ] || exit 1

Либо пустой файл /etc/arptables переложить в /etc/sysconfig
Comment 1 Andrey Cherepanov 2013-02-25 16:22:56 MSK
Версия в Sisyphus идентична.