Convert "gpm" upstart-job to the fix-style.

svn path=/nixos/branches/fix-style/; revision=13376
This commit is contained in:
Nicolas Pierron
2008-11-23 01:28:45 +00:00
parent afe160c6b2
commit 585fd9d911
3 changed files with 52 additions and 32 deletions

View File

@@ -2259,22 +2259,6 @@ in
};
gpm = {
enable = mkOption {
default = false;
description = "
Whether to enable general purpose mouse daemon.
";
};
protocol = mkOption {
default = "ps/2";
description = "
Mouse protocol to use.
";
};
};
postfix = {
enable = mkOption {
default = false;
@@ -3035,6 +3019,7 @@ root ALL=(ALL) SETENV: ALL
(import ../upstart-jobs/pcmcia.nix)
# services
(import ../upstart-jobs/gpm.nix)
(import ../upstart-jobs/nagios/default.nix)
(import ../upstart-jobs/zabbix-agent.nix)
(import ../upstart-jobs/zabbix-server.nix)