Changeset 189

Show
Ignore:
Timestamp:
04/25/08 16:19:43 (7 months ago)
Author:
slawrence
Message:

- Fix typos in stig installer
- Update stig makefile to include new cat4 stigs
- Commented line that shouldn't have been uncommented

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5.1/scripts/Makefile

    r187 r189  
    2222        test -d $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3 || install -m 755 -d \ 
    2323                $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3 
    24               test -d *.conf || install -m 644 *.conf \  
     24#             test -d *.conf || install -m 644 *.conf \  
    2525#$(DESTDIR)$(SYSCONFDIR) 
    2626 
     
    3939        install -m 700 stig-fix/cat2/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat2  
    4040        install -m 700 stig-fix/cat3/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3  
     41        install -m 700 stig-fix/cat4/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat4  
    4142 
    4243        # Patch installer  
  • trunk/RHEL5.1/scripts/installer.in

    r128 r189  
    77PAMDIR=$BASE/clip/conf/pam 
    88MANDIR=$BASE/clip/man/man8 
    9 STIGFIXDIR=$BASE/clip/script/stig-fix 
     9STIGFIXDIR=$BASE/clip/scripts/stig-fix 
    1010 
    1111Copy() { 
  • trunk/RHEL5/scripts/Makefile

    r109 r189  
    3939        install -m 700 stig-fix/cat2/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat2  
    4040        install -m 700 stig-fix/cat3/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3  
     41        install -m 700 stig-fix/cat4/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat4 
    4142 
    4243        # Patch installer  
  • trunk/RHEL5/scripts/installer.in

    r129 r189  
    77PAMDIR=$BASE/clip/conf/pam 
    88MANDIR=$BASE/clip/man/man8 
    9 STIGFIXDIR=$BASE/clip/script/stig-fix 
     9STIGFIXDIR=$BASE/clip/scripts/stig-fix 
    1010 
    1111Copy() {