aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-06 23:11:31 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-06 23:11:31 +0000
commitd704554ee20bbe7057580fdcd97b7fe3f6c1213b (patch)
tree53a70937a511788c3d2435c3a38fb87d4e29ce77 /packaging/svr4
parentdea7ae98beaf0dba1ce2d2abe84637c174c2ed91 (diff)
Ethereal -> Wireshark
svn path=/trunk/; revision=18370
Diffstat (limited to 'packaging/svr4')
-rwxr-xr-xpackaging/svr4/checkinstall.in4
-rw-r--r--packaging/svr4/pkginfo.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index d753fa8f08..6777fcee29 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -19,14 +19,14 @@ platform=`uname -p`
expected_platform="@host_cpu@"
if [ -x $GTK_CONFIG ] ; then
- # First try the GTK location that was used to build ethereal. This
+ # First try the GTK location that was used to build wireshark. This
# is probably the safest bet.
gtk_installed=`$GTK_CONFIG --version`
gtk_major_installed=`echo $gtk_installed | cut -f1 -d.`
gtk_minor_installed=`echo $gtk_installed | cut -f2 -d.`
elif gtk_installed=`gtk-config --version 2>&-`; then
# Punt!
- # If gtk-config is in the $PATH then ethereal should install fine.
+ # If gtk-config is in the $PATH then wireshark should install fine.
# Some modifications to $LD_LIBRARY_PATH (or non Solaris equivalent)
# may be required by the user. Should there be a warning here?
gtk_major_installed=`echo $gtk_installed | cut -f1 -d.`
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index d866224c31..eeffc13055 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -5,7 +5,7 @@ ARCH="@host_cpu@"
CLASSES="none"
CATEGORY="application,network"
DESC="A GUI network protocol analyzer"
-VENDOR="Ethereal Development Team"
+VENDOR="Wireshark Development Team"
PSTAMP="2000-07-16"
EMAIL="gerald@wireshark.org"
ISTATES="S s 1 2 3"