Created
May 28, 2014 19:23
-
-
Save bd808/998b8b339b50c7a27b8b to your computer and use it in GitHub Desktop.
Fixes needed for the scap symlinks on tin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/local/bin | |
rm mergeCdbFileUpdates | |
ln -s /srv/deployment/scap/scap/bin/mwversionsinuse mwversionsinuse | |
ln -s /srv/deployment/scap/scap/bin/refreshCdbJsonFiles refreshCdbJsonFiles | |
rm scappy | |
ln -s /srv/deployment/scap/scap/bin/scap-rebuild-cdbs scap-rebuild-cdbs | |
ln -s /srv/deployment/scap/scap/bin/scap-recompile scap-recompile | |
ln -s /srv/deployment/scap/scap/bin/sync-common sync-common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment