head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	ARCHIE_1:1.1.1.1
	WHISTLE_ARCHIE:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.3;

1.3
date	2000.01.26.01.55.04;	author archie;	state Exp;
branches;
next	1.2;

1.2
date	99.03.10.22.27.52;	author archie;	state Exp;
branches;
next	1.1;

1.1
date	98.01.09.23.23.43;	author julian;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.01.09.23.23.43;	author julian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the skip port. Created before there was an IPSec implementation on
FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier
version of this port can still be used on older versions of FreeBSD of course.
@
text
@diff -ur --unidirectional-new-file skipsrc-1.0.orig/admin/skipif.sh work.new/admin/skipif.sh
--- skipsrc-1.0.orig/admin/skipif.sh	Fri Oct 25 13:11:20 1996
+++ work.new/admin/skipif.sh	Mon Jan 24 12:35:36 2000
@@@@ -4,30 +4,15 @@@@
 #
 # SKIP interface management utility
 
-os_release=`uname -r | sed 's/\..*//g'`
-os_name=`uname`
+PREFIX=@@@@PREFIX@@@@
+SKIP_BIN=${PREFIX}/bin
+SKIP_ETC=${PREFIX}/etc/skip
+
+ECHO=echo
+TAB="        "
+ECHO_NONL="echo -n"
 
-if [ $os_release = 5 ]; then
-	SKIP_BIN=/opt/SUNWicg/bin
-	SKIP_ETC=/etc/opt/SUNWicg/skip
-	ECHO=/bin/echo
-	TAB="\t"
-	ECHO_NONL=$ECHO
-	NO_NL="\c"
-else
-	SKIP_BIN=/usr/skip/bin
-	SKIP_ETC=/etc/skip
-	ECHO=echo
-	TAB="        "
-	ECHO_NONL="echo -n"
-fi
-
-PATH=/bin:/usr/bin:/usr/sbin:/usr/ucb:/etc:$SKIP_BIN
-
-if [ $os_name != SunOS ]
-then
-	PATH=/sbin:$PATH
-fi
+PATH=/bin:/usr/bin:/sbin:/usr/sbin:${SKIP_BIN}
 export PATH
 
 SKIPHOST=$SKIP_BIN/skiphost
@@@@ -40,14 +25,11 @@@@
 SKIP_SAVE="skipif: saving configuration to $SKIP_ETC/acl."
 SKIP_NOSKIPIF="skipif: no SKIP interface found"
 
-
 # Get the list of the network interfaces -eclude loopback interfaces
 #
 get_if_list()
 {
-
-iflist=`netstat -i |grep -v Name|grep -v Kernel |grep -v Iface| \
-		sed -e "s/ \(.*\)//"|grep -v lo0|grep -v lo|uniq`
+iflist=`ifconfig -a | grep '^[a-z]' | awk -F: '{print $1}' | grep -v 'lo[0-9]'`
 }
 
 # List all the network interfaces status
@


1.3
log
@Bash this port until it compiles under -current again.
@
text
@@


1.2
log
@Build SKIP port as a KLD instead of an LKM.
@
text
@d3 1
a3 1
+++ work.new/admin/skipif.sh	Mon Mar  8 21:33:39 1999
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
diff -ur --unidirectional-new-file skipsrc-1.0.orig/admin/skipif.sh skipsrc-1.0/admin/skipif.sh
d3 1
a3 1
+++ skipsrc-1.0/admin/skipif.sh	Wed Nov 26 20:01:21 1997
@


1.1.1.1
log
@Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
@
text
@@
