Can this please be commited?

Thanks.

-Ober

Richard Chesler: [Reading a piece of paper] The first rule of Fight Club is you 
don't talk about Fight Club?
Narrator: [Voice-over] I'm half asleep again; I must've left the original in 
the copy machine.
Richard Chesler: The second rule of Fight Club - is this yours?
Narrator: Huh?
Richard Chesler: Pretend you're me, make a managerial decision: you find this, 
what would you do?

---------- Forwarded message ----------
Date: Sun, 12 Feb 2006 12:27:21 -0600
From: David Krause <[EMAIL PROTECTED]>
To: Jaime Fournier <[EMAIL PROTECTED]>
Subject: openafs-setup typos

Fix various typos in openafs-setup; bump PKGNAME
ok?

P.S.  I'm not actually using AFS or this port, just found these while
greping for various things.

David

Index: net/openafs/Makefile
===================================================================
RCS file: /cvs/ports/net/openafs/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- net/openafs/Makefile        10 Feb 2006 19:09:00 -0000      1.7
+++ net/openafs/Makefile        12 Feb 2006 18:15:04 -0000
@@ -3,7 +3,7 @@
 COMMENT=               "Distributed filesystem OpenAFS"

 DISTNAME=              openafs-1.4.0-src
-PKGNAME=               openafs-1.4.0p2
+PKGNAME=               openafs-1.4.0p3
 CATEGORIES=            net

 HOMEPAGE=              http://www.openafs.org
Index: net/openafs/files/openafs-setup
===================================================================
RCS file: /cvs/ports/net/openafs/files/openafs-setup,v
retrieving revision 1.3
diff -u -p -r1.3 openafs-setup
--- net/openafs/files/openafs-setup     10 Feb 2006 18:12:24 -0000      1.3
+++ net/openafs/files/openafs-setup     12 Feb 2006 18:15:04 -0000
@@ -26,7 +26,7 @@ then
        echo "Without this we can not install a server."
        echo "Please mount a partition under /vicepa"
        echo "A /vicepa directory will not work as"
-       echo "OpenAFS requires fileserver to have it's own paritition"
+       echo "OpenAFS requires fileserver to have it's own partition"
        exit
 fi

@@ -116,7 +116,7 @@ fi
 # Test if arla is mounted. If so unmount
 if [[ `mount|awk '(($1 ~ "^/dev/xfs") && ($3 ~ "^/afs")) {print $0}'` != "" ]]
 then
-       echo "/afs is already mounted. Attmepting to unmount"
+       echo "/afs is already mounted. Attempting to unmount"
         /sbin/umount -f /afs|| err "Could not umount /afs. exiting"
 fi

@@ -148,7 +148,7 @@ fi

 if [[ `grep $IP /etc/hosts|grep ${SERVER}` = "" ]]
 then
-       echo "Could not find a proper /etc/host entry for the information 
provided."
+       echo "Could not find a proper /etc/hosts entry for the information 
provided."
        echo "There needs to be an entry like the following in /etc/hosts"
        echo "${IP} ${SERVER}"
        echo "Please add, and rerun this script."
@@ -162,7 +162,7 @@ sleep 5
 PG=`pgrep -x kaserver buserver ptserver vlserver bosserver fileserver`
 if [[ `echo ${PG}` != "" ]]
 then
-       echo "             It appears one, or more of the the following servers are 
still running."
+       echo "             It appears one or more of the following servers are still 
running."
        ps ${PG:?}
        echo "             Process ID ${PG} did not die, so we can not 
continue."
Index: net/openafs/pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/net/openafs/pkg/MESSAGE,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 MESSAGE
--- net/openafs/pkg/MESSAGE     31 Jan 2006 02:49:24 -0000      1.1.1.1
+++ net/openafs/pkg/MESSAGE     12 Feb 2006 18:55:42 -0000
@@ -1,2 +1,2 @@
-To utilize this package, you will need to run /usr/local/sbin/openafs-setup
+To utilize this package, you will need to run ${PREFIX}/sbin/openafs-setup
 as root.

Reply via email to