Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > ef9c33a997baf46d7a03c97a324ed649 > scriptlet

MAKEDEV-3.24-6.fc14.x86_64.rpm

PREIN

/bin/sh
# Add the floopy group and the vcsa user.
getent group floppy >/dev/null || groupadd -g 19 -r -f floppy
getent group vcsa >/dev/null || groupadd -g 69 -r -f vcsa
getent passwd vcsa >/dev/null || \
	useradd -r -g vcsa -d /dev -s /sbin/nologin -u 69 \
	-c "virtual console memory owner" vcsa 2>/dev/null
exit 0