Which software uses the htt group?

Rick Stevens rstevens at vitalstream.com
Thu Feb 2 00:36:41 UTC 2006


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 at vitalstream.com -
- 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)   -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list