head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.4.0.40 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.38 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.36 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.34 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.32 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.30 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.28 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.26 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2009.11.26.17.04.19; author joerg; state dead; branches; next 1.4; 1.4 date 2005.05.29.14.38.33; author wiz; state Exp; branches; next 1.3; 1.3 date 2000.07.10.23.54.23; author wiz; state Exp; branches; next 1.2; 1.2 date 2000.06.16.23.40.18; author wiz; state Exp; branches; next 1.1; 1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.10.21.19.59.30; author garbled; state Exp; branches; next ; desc @@ 1.5 log @Remove parallel/glunix. It fails in the patch phase on NetBSD 4 and later. After fixing that, it fails with C++ errors, so it couldn't have been build at least for 3 years. Assume noone cares. @ text @$NetBSD: patch-bg,v 1.4 2005/05/29 14:38:33 wiz Exp $ --- progs/glupart/glupart_script.pl.orig 1997-11-05 23:30:11.000000000 +0100 +++ progs/glupart/glupart_script.pl @@@@ -73,7 +73,7 @@@@ my $gl_reservationFile = "$gl_dataDir/re my $gl_lockFile = "$gl_dataDir/glupart.lock"; my $gl_logFile = "$gl_dataDir/reservation-log"; my $gl_tmpFile = "$gl_dataDir/.__glupart$$-tmp"; -my $gl_emailAdmin = "glunix-admin\@@now.CS.Berkeley.EDU"; +my $gl_emailAdmin = "root"; my $gl_datePath = "/bin/date"; my $gl_emailPath = "%%MAIL_PATH%%"; @@@@ -134,7 +134,7 @@@@ sub usage { my($pager); &unlock(); - open(USAGE, "|/usr/sww/bin/less") || open(USAGE, "|/bin/less") || + open(USAGE, "|/usr/bin/less") || open(USAGE, "|/bin/less") || open(USAGE, "|/bin/more") || open(USAGE, ">&STDOUT"); print USAGE $str; print USAGE "---------------------------------------\n"; @@@@ -1489,7 +1489,8 @@@@ sub my_mkdir { $tmp = "$tmp/$s"; if (!(-e $tmp)) { print "Creating directory $tmp\n"; - mkdir($tmp, 0755); + mkdir $tmp, 0755 || die("$!"); + system("/usr/sbin/chown glunix:glunix $tmp"); } } } @@@@ -1499,12 +1500,13 @@@@ sub my_touch { my(@@files) = @@_; my($f); - umask 0755; + umask 0022; foreach $f (@@files) { if (!(-e $f)) { open(TOUCHFD,">$f"); close(TOUCHFD); print "Created file $f\n"; + system("/usr/sbin/chown glunix:glunix $f"); } } } @@@@ -1993,13 +1995,23 @@@@ if ($command eq "help" || $command eq "h } if ($command eq "install") { - if ($> != 0) { + my $tid = $>; + + if ($< != 0) { print STDERR "You must be root to do \"glupart install\"\n"; exit(-2); } + if ($< == 0 && $> != 0) { + $> = $<; + } &my_mkdir($gl_dataDir); &my_touch($gl_machineFile, $gl_groupFile, $gl_aliasFile, $gl_reservationFile, $gl_lockFile, $gl_logFile); + + if ($> != $tid) { + $> = $tid; + } + exit(0); } @ 1.4 log @Make build, install and deinstall on NetBSD-2.0/i386. @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.3 2000/07/10 23:54:23 wiz Exp $ @ 1.3 log @Add the patches supplied by Gabriel Rosenkoetter in pkg/10412 and pkg/10477. @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 3 --- progs/glupart/glupart_script.pl.orig Wed Nov 5 17:30:11 1997 +++ progs/glupart/glupart_script.pl Thu Jun 29 15:48:34 2000 @@@@ -75,3 +75,3 @@@@ d12 5 a16 1 @@@@ -136,3 +136,3 @@@@ d21 5 a25 1 @@@@ -1491,3 +1491,4 @@@@ d31 5 a35 1 @@@@ -1501,3 +1502,3 @@@@ d40 3 a42 1 @@@@ -1507,2 +1508,3 @@@@ d46 5 a50 1 @@@@ -1995,3 +1997,5 @@@@ d57 1 a57 1 @@@@ -1999,2 +2003,5 @@@@ d63 1 a63 1 @@@@ -2002,2 +2009,7 @@@@ d71 2 @ 1.2 log @Apply patches provided in pkg/10355 by Gabriel Rosenkoetter . Also fix compilation on -current machines after removal of vm/vm_swap.h, and silence a compile time warning. @ text @d4 1 a4 1 +++ progs/glupart/glupart_script.pl Tue Jun 13 13:13:12 2000 d30 1 a30 1 @@@@ -1995,3 +1997,3 @@@@ d33 2 d37 14 @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- progs/glupart/glupart_script.pl.orig Wed Nov 5 15:30:11 1997 +++ progs/glupart/glupart_script.pl Thu Apr 2 21:55:30 1998 d30 1 a30 1 @@@@ -1995,3 +1997,5 @@@@ d33 1 a33 3 + if ($> != 0 && $< == 0) { + ($<,$>) = ($>,$<); + } else { @ 1.1.1.1 log @Initial import of glunix-1.0a Thanks to Ross for all the help, and Alistair for fixing some brain damage. A Global Layer Unix for NOW. (Network Of Workstations) @ text @@