  | |  | Which software uses the htt group? | Which software uses the htt group? 2006-02-01 - By Rick Stevens
Back On Wed, 2006-02-01 at 13:40 -0800, Waldher, Travis R wrote: > The subject line says it all, I can't find it in google. > > I need to know which piece of software is getting installed that adds > the htt group (gid 101) to the group file.
Uh, how about a shell script:
#!/bin/bash for RPM in `rpm -qa`; do RES=`rpm -q --scripts $RPM | grep groupadd` if [ $? -eq 0 ]; then echo $RPM: echo " "$RES fi done
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- - Rick Stevens, Senior Systems Engineer rstevens@(protected) - - VitalStream, Inc. http://www.vitalstream.com - - - - Admitting you have a problem is the first step toward getting - - medicated for it. -- Jim Evarts (http://www.TopFive.com) - -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Redhat-install-list mailing list Redhat-install-list@(protected) https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@(protected) Subject: unsubscribe
Earn $52 per hosting referral at Lunarpages.
|
|
 |