summaryrefslogtreecommitdiff
path: root/src/cmd-nshd/main.go.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 14:35:35 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 14:35:35 -0400
commit0e0907734c12eb0b70659be15ffd8c161402e6db (patch)
tree220fb5efa58a6ad3539c5d7fcc53c5c66fa29ee6 /src/cmd-nshd/main.go.in
parentc191af11616a3306b8e0a3650b6972eb61d2aba1 (diff)
move things src/parabola_hackers{/nslcd_backend,}
Diffstat (limited to 'src/cmd-nshd/main.go.in')
-rw-r--r--src/cmd-nshd/main.go.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd-nshd/main.go.in b/src/cmd-nshd/main.go.in
index d888f27..f24707e 100644
--- a/src/cmd-nshd/main.go.in
+++ b/src/cmd-nshd/main.go.in
@@ -26,7 +26,6 @@ import (
func main() {
backend := &hackers_nslcd_backend.Hackers{
CfgFilename: "@conf_file@",
- YamlCat: "@bindir@/meta-cat",
}
os.Exit(int(nslcd_systemd.Main(backend)))
}