Changeset 134 for server/fedora


Ignore:
Timestamp:
Jan 28, 2007, 10:29:02 PM (17 years ago)
Author:
jbarnold
Message:
renamed modbash to mbash at Joe's request
forcing signup uid and gid to be 102 as required by selinux system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/accountadm.spec

    r125 r134  
    3737%files
    3838%defattr(0644, root, root)
    39 /usr/local/etc/modbashrc
     39/usr/local/etc/mbashrc
    4040%defattr(0755, root, root)
    41 /usr/local/bin/modbash
     41/usr/local/bin/mbash
    4242/usr/local/bin/admof
    4343/usr/local/sbin/ssh-admof
     
    4747
    4848%pre
    49 groupadd signup
    50 useradd -g signup signup
     49groupadd -g 102 signup
     50useradd -u 102 -g signup signup
    5151
    5252%post
Note: See TracChangeset for help on using the changeset viewer.