3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixos/branches/modular-nixos/; revision=15635
This commit is contained in:
Eelco Dolstra 2009-05-18 11:36:01 +00:00
parent 65908cccd1
commit 551c80db47
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ rec {
pkgs.pwdutils
pkgs.reiserfsprogs
pkgs.rsync
pkgs.seccureUser
pkgs.seccure
pkgs.strace
pkgs.su
pkgs.sysklogd

View file

@ -103,7 +103,7 @@ let
gw6cService = import ../../services/gw6c {
inherit (pkgs) stdenv gw6c coreutils
procps upstart iputils gnused
gnugrep seccureUser writeScript;
gnugrep seccure writeScript;
username = cfg.username;
password = cfg.password;
server = cfg.server;