svn path=/nixos/trunk/; revision=15633

This commit is contained in:
Eelco Dolstra 2009-05-18 11:27:20 +00:00
parent fa32ac7fb6
commit 168268ba28
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,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;