]>
git.mjollnir.org Git - vserverctl.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nigel McNie [Tue, 3 Apr 2007 12:45:10 +0000 (00:45 +1200)]
Added a couple of TODOs.
Nigel McNie [Tue, 3 Apr 2007 10:55:15 +0000 (22:55 +1200)]
Merge branch 'master' of http://dollyfish.net.nz/~martyn/git/vserverctl
Martyn Smith [Tue, 3 Apr 2007 10:54:25 +0000 (22:54 +1200)]
Merge branch 'master' of http://scorch.dollyfish.net.nz/~nigel/git/vserverctl
Nigel McNie [Tue, 3 Apr 2007 10:54:23 +0000 (22:54 +1200)]
Merge branch 'master' of http://dollyfish.net.nz/~martyn/git/vserverctl
Martyn Smith [Tue, 3 Apr 2007 10:53:47 +0000 (22:53 +1200)]
Merge commit 'nigel'
Conflicts:
vserverctl
Nigel McNie [Tue, 3 Apr 2007 10:53:22 +0000 (22:53 +1200)]
Fixed conflicts
Martyn Smith [Tue, 3 Apr 2007 10:51:00 +0000 (22:51 +1200)]
Allow context numbers for vservers to be customised
This patch adds a subroutine that returns a unique context number for a new vserver to use, so now more than one vserver can be created with this script.
Conflicts:
vserverctl
Martyn Smith [Tue, 3 Apr 2007 10:44:55 +0000 (22:44 +1200)]
Added options support to profiles
Nigel McNie [Tue, 3 Apr 2007 04:26:53 +0000 (16:26 +1200)]
Moved pre-host execution to before starting the vserver.
This allows the pre-host script to do things like configure the files in /etc/vservers/${VSNAME} before the vserver is started.
Nigel McNie [Tue, 3 Apr 2007 02:54:55 +0000 (14:54 +1200)]
Get the hostname in a more safe fashion.
Apparently, $ENV{HOSTNAME} is a bashism, and given the Sys::Hostname modules appears to be available, we can just use that.
Nigel McNie [Mon, 2 Apr 2007 11:14:35 +0000 (23:14 +1200)]
Added TODO file
The TODO file will list any todos or nice ideas anyone has. Currently has an idea for keeping the /etc/hosts file in sync across all vservers and the host.
Nigel McNie [Mon, 2 Apr 2007 11:13:16 +0000 (23:13 +1200)]
Allow context numbers for vservers to be customised
This patch adds a subroutine that returns a unique context number for a new vserver to use, so now more than one vserver can be created with this script.
Martyn Smith [Mon, 2 Apr 2007 10:26:00 +0000 (22:26 +1200)]
Removed Data::Dumper stuff
Nigel McNie [Mon, 2 Apr 2007 09:56:29 +0000 (21:56 +1200)]
Allow the template files to define __HOST__ that will be replaced with the hostname of the machine that is the host.
Nigel McNie [Mon, 2 Apr 2007 08:38:44 +0000 (20:38 +1200)]
Add a newline to the profile file, to stop the vserver complaining
Martyn Smith [Mon, 2 Apr 2007 08:16:02 +0000 (20:16 +1200)]
Added vserverctl