head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.60 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.58 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.56 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.54 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.52 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.50 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.48 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.46 pkgsrc-2008Q1:1.2.0.44 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.42 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.40 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.38 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.36 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.34 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.32 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.30 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.28 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.26 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.24 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.22 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.20 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 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.3 date 2009.11.26.17.04.19; author joerg; state dead; branches; next 1.2; 1.2 date 2000.07.10.23.54.24; 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.3 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-bh,v 1.2 2000/07/10 23:54:24 wiz Exp $ --- progs/tools/run_glunix_script.pl.orig Wed Nov 5 15:44:28 1997 +++ progs/tools/run_glunix_script.pl Thu Jun 22 00:31:41 2000 @@@@ -6,20 +6,21 @@@@ # These machines have to be able to do a root rsh to all other machines in # the cluster. @@ok_hostnames = ("%%MASTER_HOSTNAME%%"); -@@ok_people = ("ghorm", "glunix", "root"); # These people are allowed to - # modify the production cluster -@@dont_notify_people = ("ghorm", "jcoates"); # Don't send mail if these people - # do things. +@@ok_people = ("glunix", "root"); # These people are allowed to + # modify the production cluster +@@dont_notify_people = (); # Don't send mail if these people + # do things. $root_dir = "%%GLUNIX_DIR%%"; $data_dir = "%%GLUNIX_DATA_DIR%%"; -$release_dir = "$root_dir/release"; +$release_dir = "$root_dir"; $devel_dir = "$root_dir/devel"; $perl_lib = "%%PERL_LIB_DIR%%"; $run_glunix_agent = "%%INSTALL_DIR%%/bin/run_glunix_agent"; -$command_master = "u"; # The preferred location of the master +# The preferred location of the master +$command_master = "%%MASTER_HOSTNAME%%"; $mail_cmd = "%%MAIL_PATH%%"; -$admin_email = "glunix-admin\@@now.cs"; +$admin_email = "root"; $questions_email = "glunix\@@now.cs.berkeley.edu"; $glunix_platform = "%%GLUNIX_PLATFORM%%"; $rsh_command = "%%RSH_PATH%%"; @@@@ -548,8 +549,8 @@@@ next; } $full_hostname = &expand_hostname($host); - $ping_str = `/usr/sbin/ping -v $full_hostname 2`; - if ($ping_str =~ m/$full_hostname.* is alive/) { + $ping_str = `/sbin/ping -o $full_hostname`; + if ($ping_str =~ m/1 packets transmitted, 1 packets received/) { push(@@alive, $host); print "$host "; } else { @@@@ -1097,7 +1098,7 @@@@ foreach $pid (keys %children) { kill(2, $pid); - print STDERR &expand_hostname(${children{$pid}}), ".CS.Berkeley.EDU: timed out\n"; + print STDERR &expand_hostname(${children{$pid}}), ": timed out\n"; } } @ 1.2 log @Add the patches supplied by Gabriel Rosenkoetter in pkg/10412 and pkg/10477. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 16 a18 3 --- progs/tools/run_glunix_script.pl.orig Wed Nov 5 13:44:28 1997 +++ progs/tools/run_glunix_script.pl Thu Apr 2 21:40:47 1998 @@@@ -15,3 +15,3 @@@@ d23 1 a23 1 @@@@ -19,5 +19,6 @@@@ d32 5 a36 1 @@@@ -550,4 +551,4 @@@@ d41 1 a41 1 + if ($ping_str =~ m/1 packets transmitted, 1 packets received, 0% packet loss/) { d43 11 @ 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 @@