Am 16.06.2012 10:39, schrieb Ed Greshko:
> Heinz Diehl <h...@fritha.org> wrote:
> 
>> On 16.06.2012, Chris wrote: 
>>
>>> # rpm -qi postfix
>>> Name        : postfix
>>> Epoch       : 2
>>> Version     : 2.9.2
>>> Release     : 2.fc17
>>> Architecture: x86_64
>> [....]
>>
>> I'm using exactly the same postfix version (on F17) and don't have a
>> "chroot-update" either.
>>
>> [root@wildsau postfix]# ls -l /etc/postfix/chroot-update
>> ls: cannot access /etc/postfix/chroot-update: No such file or directory
>>
>> Guess something went wrong. I would have removed postfix entirely,
>> deleted what is left left behind after removing, and reinstalled it.
> 
> 
> Doing that will have no effect on the message being reported. The start up 
> script calls the nonexistent program or script. The "error " is harmless. 
> Nothing went wrong. 

write a bugreport or replace the stupid service with a self written
in /etc/systemd/system/ - this is anotehr example where package
maintainers DO NOT test their own dogfoot nor read /var/log/messages


[Unit]
Description=Postfix MTA
After=network.target dovecot.service mysqld.service

[Service]
Type=forking
ExecStart=/usr/sbin/postfix -c /etc/postfix start
ExecStop=/usr/sbin/postfix -c /etc/postfix stop
ExecReload=/usr/sbin/postfix -c /etc/postfix reload
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to