diff options
Diffstat (limited to 'security/skip/files/patch-cj')
-rw-r--r-- | security/skip/files/patch-cj | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/security/skip/files/patch-cj b/security/skip/files/patch-cj index 91502b82bb53..4442c55a735a 100644 --- a/security/skip/files/patch-cj +++ b/security/skip/files/patch-cj @@ -1,13 +1,19 @@ - -diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/include/skip_types.h skipsrc-1.0/skip/include/skip_types.h ---- skipsrc-1.0.orig/skip/include/skip_types.h Fri Oct 25 13:12:45 1996 -+++ skipsrc-1.0/skip/include/skip_types.h Sun Apr 12 15:29:53 1998 -@@ -142,6 +142,7 @@ - unsigned char flags; /* ACL info for this system */ - struct in_addr mask; /* network/host mask */ - struct in_addr tunnel_addr; /* tunneling address */ -+ unsigned long source; /* source address */ - } skip_param_t; - - /* - +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/man/skipd_restart.1m work.new/skip/man/skipd_restart.1m +--- skipsrc-1.0.orig/skip/man/skipd_restart.1m Fri Oct 25 13:12:57 1996 ++++ work.new/skip/man/skipd_restart.1m Mon Mar 8 21:33:40 1999 +@@ -9,13 +9,6 @@ + You must be root to run this command. + .SH FILES + .P +-.SH Solaris 2.x systems: +-/etc/opt/SUNWicg/skip/skipd.pid ++/var/run/skipd.pid + .br +-/opt/SUNWicg/bin/skipd +-.P +-.SH Other systems: +-.P +-/etc/skip/skipd.pid +-.br +-/usr/skip/bin/skipd ++@@PREFIX@@/bin/skipd |