diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
| commit | b8ce64299c2a15f4db6e57d3f3435887c18e4758 (patch) | |
| tree | 9ba6e60d31fe6e21b8f991df2391f89d4d55659d /abs/core-testing/LinHES-config/myth_user_call | |
| parent | 5bce8ee0fd68d6a9ffdbfeb92746b201dc994107 (diff) | |
| parent | 9c70dc6da069779c71156676e51aab607d455d9f (diff) | |
| download | linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.zip linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.gz linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.bz2 | |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-config/myth_user_call')
| -rw-r--r-- | abs/core-testing/LinHES-config/myth_user_call | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/myth_user_call b/abs/core-testing/LinHES-config/myth_user_call index 0479895..0914b03 100644 --- a/abs/core-testing/LinHES-config/myth_user_call +++ b/abs/core-testing/LinHES-config/myth_user_call @@ -31,6 +31,8 @@ function add_user() { else echo "adding user $USERNAME" useradd -m -s /bin/bash $USERNAME -G audio,video,optical,storage,users + usermod -a -G mythtv $USERNAME + fi } |
