[Openvas-commits] r5689 - trunk/tools/openvas-lsc-target-preparation
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 23 21:06:42 CEST 2009
Author: mattm
Date: 2009-10-23 21:06:40 +0200 (Fri, 23 Oct 2009)
New Revision: 5689
Modified:
trunk/tools/openvas-lsc-target-preparation/Changelog
trunk/tools/openvas-lsc-target-preparation/Makefile
trunk/tools/openvas-lsc-target-preparation/README
Log:
* Makefile (self): Rename generated script to openvas-lsc-rpm-creator.sh.
* README: Update name.
Modified: trunk/tools/openvas-lsc-target-preparation/Changelog
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/Changelog 2009-10-23 19:02:45 UTC (rev 5688)
+++ trunk/tools/openvas-lsc-target-preparation/Changelog 2009-10-23 19:06:40 UTC (rev 5689)
@@ -1,5 +1,11 @@
2009-10-23 Matthew Mundell <matthew.mundell at intevation.de>
+ * Makefile (self): Rename generated script to openvas-lsc-rpm-creator.sh.
+
+ * README: Update name.
+
+2009-10-23 Matthew Mundell <matthew.mundell at intevation.de>
+
* Makefile, README: Flush trailing whitespace.
2009-10-02 Matthew Mundell <matthew.mundell at intevation.de>
Modified: trunk/tools/openvas-lsc-target-preparation/Makefile
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/Makefile 2009-10-23 19:02:45 UTC (rev 5688)
+++ trunk/tools/openvas-lsc-target-preparation/Makefile 2009-10-23 19:06:40 UTC (rev 5689)
@@ -55,7 +55,7 @@
rm -rf $(PACKDIR)
mkdir $(PACKDIR)
cp -ar $(FILES) $(PACKDIR)/
- ./makeself-2.1.5/makeself.sh --nox11 --notemp --nocomp $(PACKDIR) openvas-ssh-client-rpm-creator.sh "OpenVAS ssh client RPM creator" ./create-rpm.sh
+ ./makeself-2.1.5/makeself.sh --nox11 --notemp --nocomp $(PACKDIR) openvas-lsc-rpm-creator.sh "OpenVAS LSC RPM creator" ./create-rpm.sh
rm -rf $(PACKDIR)
# If you plan to add files or directories to this system, please do
Modified: trunk/tools/openvas-lsc-target-preparation/README
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/README 2009-10-23 19:02:45 UTC (rev 5688)
+++ trunk/tools/openvas-lsc-target-preparation/README 2009-10-23 19:06:40 UTC (rev 5689)
@@ -9,9 +9,9 @@
make self
The resulting shell script can be used like this:
-
- sh openvas-ssh-client-rpm-creator.sh --target /abs/path/to/temp/working/dir /absolute/path/to/id_rsa_pubkey.pub
+ sh openvas-lsc-rpm-creator.sh --target /abs/path/to/temp/working/dir /absolute/path/to/id_rsa_pubkey.pub
+
After successfull execution, a resulting rpm package will be placed in the
directory provided with --target.
Be sure to clean up the provided directory afterwards!
More information about the Openvas-commits
mailing list