| |
---|
| | |
---|
| | # Program Information |
---|
| | |
---|
| | PROGNAME = "mkapachepw" |
---|
| | RCSID = "$Id: mkapachepw.py,v 1.118 2005/04/06 07:57:48 toor Exp $" |
---|
| | RCSID = "$Id: mkapachepw.py,v 1.119 2005/04/06 07:59:11 toor Exp $" |
---|
| | VERSION = RCSID.split()[2] |
---|
| | |
---|
| | # Copyright Information |
---|
| | |
---|
| |
---|
| | # Usage Prompts |
---|
| | ##### |
---|
| | |
---|
| | uTable = [PROGNAME + " " + VERSION + " - %s\n" % COPYRIGHT, |
---|
| | "usage: " + PROGNAME + " [-sGUguIicqhv] \n where,\n", |
---|
| | "usage: " + PROGNAME + " [-sGUguIicqhv]", |
---|
| | " where,", |
---|
| | " -s do not process system password/group files (default: process these files)", |
---|
| | " -G list of groups to include (+group | +GID) or exclude (-group | -GID) (default: none)", |
---|
| | " -U list of users to include (+user | + UID) or exclude (-user | -UID) (default: none)", |
---|
| | " -g # smallest GID to include in output (default: 100)", |
---|
| |
---|
| | |