diff options
| author | Jonathan Bauer | 2013-07-29 16:53:15 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 16:53:15 +0200 |
| commit | 0ebcb17fc10e9f90a214af3a8764da58531d64da (patch) | |
| tree | 717c60b8aa7f753e63efd3fabf5c1b8d1ef15723 /remote/modules/nscd | |
| parent | [openbox] minor config fix (diff) | |
| download | tm-scripts-0ebcb17fc10e9f90a214af3a8764da58531d64da.tar.gz tm-scripts-0ebcb17fc10e9f90a214af3a8764da58531d64da.tar.xz tm-scripts-0ebcb17fc10e9f90a214af3a8764da58531d64da.zip | |
[nscd] update config
Diffstat (limited to 'remote/modules/nscd')
| -rw-r--r-- | remote/modules/nscd/nscd.conf | 6 | ||||
| -rw-r--r-- | remote/modules/nscd/nscd.conf.opensuse | 6 | ||||
| -rw-r--r-- | remote/modules/nscd/nscd.conf.ubuntu | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/remote/modules/nscd/nscd.conf b/remote/modules/nscd/nscd.conf index 3f25aea9..74af4cfb 100644 --- a/remote/modules/nscd/nscd.conf +++ b/remote/modules/nscd/nscd.conf @@ -1,9 +1,3 @@ -REQUIRED_INSTALLED_PACKAGES=" - nscd -" -REQUIRED_CONTENT_PACKAGES=" - nscd -" REQUIRED_BINARIES=" nscd " diff --git a/remote/modules/nscd/nscd.conf.opensuse b/remote/modules/nscd/nscd.conf.opensuse new file mode 100644 index 00000000..4a61cc19 --- /dev/null +++ b/remote/modules/nscd/nscd.conf.opensuse @@ -0,0 +1,6 @@ +REQUIRED_INSTALLED_PACKAGES=" + nscd +" +REQUIRED_CONTENT_PACKAGES=" + nscd +" diff --git a/remote/modules/nscd/nscd.conf.ubuntu b/remote/modules/nscd/nscd.conf.ubuntu new file mode 100644 index 00000000..4a61cc19 --- /dev/null +++ b/remote/modules/nscd/nscd.conf.ubuntu @@ -0,0 +1,6 @@ +REQUIRED_INSTALLED_PACKAGES=" + nscd +" +REQUIRED_CONTENT_PACKAGES=" + nscd +" |
