OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ PR: ports/123130 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
--- libtool.orig 2008-04-27 10:07:20.000000000 +0900
|
|
+++ libtool 2008-04-27 10:07:48.000000000 +0900
|
|
@@ -30,10 +30,10 @@
|
|
# the same distribution terms that you use for the rest of that program.
|
|
|
|
# A sed program that does not truncate output.
|
|
-SED="/bin/sed"
|
|
+SED="/usr/bin/sed"
|
|
|
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
|
-Xsed="/bin/sed -e s/^X//"
|
|
+Xsed="${SED} -e s/^X//"
|
|
|
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
|
# if CDPATH is set.
|