(file) Return to tog-pegasus-postun.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / tog-specfiles

File: [Pegasus] / pegasus / rpm / tog-specfiles / tog-pegasus-postun.spec (download)
Revision: 1.2, Fri Jan 6 23:28:01 2006 UTC (18 years, 5 months ago) by w.otsuka
Branch: MAIN
CVS Tags: PEP244_ServerProfile-root, PEP244_ServerProfile-branch
Changes since 1.1: +1 -1 lines
BUG#: 4614
TITLE: Typo in tog-pegasus.spec %postun

DESCRIPTION: Corrected spelling of groupdel command.

# Start of section pegasus/rpm/tog-specfiles/tog-pegasus-postun.spec
#
#           install   remove   upgrade  reinstall
#  postun      -        0         1         -
if [ $1 -eq 0 ]; then
   /usr/sbin/userdel pegasus > /dev/null 2>&1 || :;
   /usr/sbin/groupdel pegasus > /dev/null 2>&1 || :;
fi;
#
# End of section pegasus/rpm/tog-specfiles/tog-pegasus-postun.spec

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2