summaryrefslogtreecommitdiff
path: root/go/src/nshd/nshd_files/paths.go.in
blob: 652a37ba5c7bef0eefac7d28c71e8ef4791e3ae6 (plain)
1
2
3
4
5
6
7
package nshd_files

const (
	ConfFile   = "@conf_file@"
	ShadowFile = "@shadow_file@"
	BinDir     = "@bindir@"
)