From 38e762f1564dde0cee4bc4f41719f55c97c1de23 Mon Sep 17 00:00:00 2001 From: Mike Hibler <mike@flux.utah.edu> Date: Fri, 5 Nov 2004 18:20:30 +0000 Subject: [PATCH] Copyright police: wouldn't want anyone else taking credit for those grotesque dhcp-on-all-interfaces hacks :-) --- cdrom/groklilo/GNUmakefile.in | 5 ++++- cdrom/groklilo/groklilo.c | 6 ++++++ tmcd/freebsd/dhclient | 6 ++++++ tmcd/freebsd5/rc.dhclient | 4 ++++ tmcd/linux/ifcfg-eth99 | 7 +++++++ tmcd/linux/mkifcfgs | 6 ++++++ tmcd/linux/rc.local | 6 ++++++ tmcd/linux9/ifcfg-eth99 | 7 +++++++ tmcd/linux9/mkifcfgs | 6 ++++++ 9 files changed, 52 insertions(+), 1 deletion(-) diff --git a/cdrom/groklilo/GNUmakefile.in b/cdrom/groklilo/GNUmakefile.in index 9eeac26efc..5a11342722 100644 --- a/cdrom/groklilo/GNUmakefile.in +++ b/cdrom/groklilo/GNUmakefile.in @@ -1,6 +1,9 @@ # -# Insert Copyright Here. +# EMULAB-COPYRIGHT +# Copyright (c) 2000-2004 University of Utah and the Flux Group. +# All rights reserved. # + SRCDIR = @srcdir@ TESTBED_SRCDIR = @top_srcdir@ EVENTSYS = @EVENTSYS@ diff --git a/cdrom/groklilo/groklilo.c b/cdrom/groklilo/groklilo.c index 3e6079c076..55867b2fa5 100644 --- a/cdrom/groklilo/groklilo.c +++ b/cdrom/groklilo/groklilo.c @@ -1,3 +1,9 @@ +/* + * EMULAB-COPYRIGHT + * Copyright (c) 2004 University of Utah and the Flux Group. + * All rights reserved. + */ + /* * Code to grok a LILO bootblock and change the default command line string */ diff --git a/tmcd/freebsd/dhclient b/tmcd/freebsd/dhclient index 4ff15c11a2..bda8652980 100755 --- a/tmcd/freebsd/dhclient +++ b/tmcd/freebsd/dhclient @@ -1,4 +1,10 @@ #!/bin/sh +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # Ignore interfaces passed in and just dhcp on all of them. # Since we are invoked by telling rc.conf to DHCP on lo0, we must diff --git a/tmcd/freebsd5/rc.dhclient b/tmcd/freebsd5/rc.dhclient index c30f4f4ba7..5fc67597e6 100644 --- a/tmcd/freebsd5/rc.dhclient +++ b/tmcd/freebsd5/rc.dhclient @@ -1,4 +1,8 @@ # +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# # In rc.conf, we have told it to just to configure lo0. Then when the # rc.d/dhclient script is executed, it sources this (/etc/rc.conf.d/dhclient) # file where we identify all the actual interfaces and mark them as diff --git a/tmcd/linux/ifcfg-eth99 b/tmcd/linux/ifcfg-eth99 index 22bfd68a8d..ae917e6a57 100644 --- a/tmcd/linux/ifcfg-eth99 +++ b/tmcd/linux/ifcfg-eth99 @@ -1,3 +1,10 @@ +#/bin/sh - +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # HACK: run dhclient on all interfaces, and do nothing else # diff --git a/tmcd/linux/mkifcfgs b/tmcd/linux/mkifcfgs index 80a112dd27..f56d393cb8 100755 --- a/tmcd/linux/mkifcfgs +++ b/tmcd/linux/mkifcfgs @@ -1,4 +1,10 @@ #!/bin/sh +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # Create some ifcfg-eth files based on a template # diff --git a/tmcd/linux/rc.local b/tmcd/linux/rc.local index 470536980d..ef5252ec37 100755 --- a/tmcd/linux/rc.local +++ b/tmcd/linux/rc.local @@ -1,4 +1,10 @@ #!/bin/sh +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't diff --git a/tmcd/linux9/ifcfg-eth99 b/tmcd/linux9/ifcfg-eth99 index 4cb9a45488..c86ced2315 100644 --- a/tmcd/linux9/ifcfg-eth99 +++ b/tmcd/linux9/ifcfg-eth99 @@ -1,3 +1,10 @@ +#/bin/sh - +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # HACK: run dhclient on all interfaces, and do nothing else # diff --git a/tmcd/linux9/mkifcfgs b/tmcd/linux9/mkifcfgs index 80a112dd27..f56d393cb8 100755 --- a/tmcd/linux9/mkifcfgs +++ b/tmcd/linux9/mkifcfgs @@ -1,4 +1,10 @@ #!/bin/sh +# +# EMULAB-COPYRIGHT +# Copyright (c) 2004 University of Utah and the Flux Group. +# All rights reserved. +# + # # Create some ifcfg-eth files based on a template # -- GitLab