Bug 4136 - неверные скрипты
Summary: неверные скрипты
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: cyrus-imapd (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Alexei Takaseev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 12:45 MSD by inger@altlinux.org
Modified: 2005-07-13 15:46 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description inger@altlinux.org 2004-05-13 12:45:15 MSD
/usr/sbin/useradd -c "Cyrus IMAP Server" -d /var/lib/imap -g mail \ 
  -s /bin/bash -u 76 -r cyrus 2> /dev/null || : 
 
Категорически нельзя добавлять с предопределённым uid и оболочкой 
postinstall scriptlet (through /bin/sh): 
/sbin/chkconfig --add cyrus-imapd 
 
if [ -f /var/lock/subsys/cyrus-imapd ] 
then 
    /sbin/service cyrus-imapd restart 
fi 
 
кроме того не используются стандартные макросы %post_service и %preun_service
Comment 1 inger@altlinux.org 2004-05-13 12:46:33 MSD
на мантейнера 
 
Comment 2 Alexei Takaseev 2004-05-13 17:52:06 MSD
Исправлено в cyrus-imapd-2.2.3-alt2