Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e2266a77f82e7bb2d0d2b71c4ecc69fa > scriptlet

ntop-2.1.3-1mdk.ppc.rpm

PREIN

/bin/sh
/usr/sbin/groupadd -g 120 -r ntop 2>/dev/null || :
/usr/sbin/useradd -M -s /bin/false \
	-d /var/lib/ntop \
	-c "system user for ntop" \
	-g ntop -r -u 120 ntop 2>/dev/null || :

PREUN

/bin/sh
/usr/share/rpm-helper/del-service ntop $1 ntop

POSTIN

/bin/sh
/sbin/ldconfig
/usr/share/rpm-helper/add-service ntop $1 ntop