Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
38e762f1
Commit
38e762f1
authored
Nov 05, 2004
by
Mike Hibler
Browse files
Copyright police: wouldn't want anyone else taking credit for those
grotesque dhcp-on-all-interfaces hacks :-)
parent
7b206b84
Changes
9
Hide whitespace changes
Inline
Side-by-side
cdrom/groklilo/GNUmakefile.in
View file @
38e762f1
#
# 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@
...
...
cdrom/groklilo/groklilo.c
View file @
38e762f1
/*
* 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
*/
...
...
tmcd/freebsd/dhclient
View file @
38e762f1
#!/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
...
...
tmcd/freebsd5/rc.dhclient
View file @
38e762f1
#
# 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
...
...
tmcd/linux/ifcfg-eth99
View file @
38e762f1
#/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
#
...
...
tmcd/linux/mkifcfgs
View file @
38e762f1
#!/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
#
...
...
tmcd/linux/rc.local
View file @
38e762f1
#!/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
...
...
tmcd/linux9/ifcfg-eth99
View file @
38e762f1
#/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
#
...
...
tmcd/linux9/mkifcfgs
View file @
38e762f1
#!/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
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment