Changeset 189
- 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
| r187 |
r189 |
|
| 22 | 22 | test -d $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3 || install -m 755 -d \ |
|---|
| 23 | 23 | $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat3 |
|---|
| 24 | | test -d *.conf || install -m 644 *.conf \ |
|---|
| | 24 | # test -d *.conf || install -m 644 *.conf \ |
|---|
| 25 | 25 | #$(DESTDIR)$(SYSCONFDIR) |
|---|
| 26 | 26 | |
|---|
| … | … | |
| 39 | 39 | install -m 700 stig-fix/cat2/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat2 |
|---|
| 40 | 40 | 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 |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | # Patch installer |
|---|
| r128 |
r189 |
|
| 7 | 7 | PAMDIR=$BASE/clip/conf/pam |
|---|
| 8 | 8 | MANDIR=$BASE/clip/man/man8 |
|---|
| 9 | | STIGFIXDIR=$BASE/clip/script/stig-fix |
|---|
| | 9 | STIGFIXDIR=$BASE/clip/scripts/stig-fix |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | Copy() { |
|---|
| r109 |
r189 |
|
| 39 | 39 | install -m 700 stig-fix/cat2/* $(DESTDIR)$(SHAREDIR)/scripts/stig-fix/cat2 |
|---|
| 40 | 40 | 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 |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | # Patch installer |
|---|
| r129 |
r189 |
|
| 7 | 7 | PAMDIR=$BASE/clip/conf/pam |
|---|
| 8 | 8 | MANDIR=$BASE/clip/man/man8 |
|---|
| 9 | | STIGFIXDIR=$BASE/clip/script/stig-fix |
|---|
| | 9 | STIGFIXDIR=$BASE/clip/scripts/stig-fix |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | Copy() { |
|---|
Download in other formats:
* Generating other formats may take time.