aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hsu/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hsu/parse.go')
-rw-r--r--cmd/hsu/parse.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/hsu/parse.go b/cmd/hsu/parse.go
index d4f7df43..f9191d9a 100644
--- a/cmd/hsu/parse.go
+++ b/cmd/hsu/parse.go
@@ -84,10 +84,6 @@ func parseConfig(r io.Reader, puid uint32) (userid uint32, ok bool, err error) {
return useridEnd + 1, false, s.Err()
}
-// hsuConfPath is an absolute pathname to the hsu configuration file.
-// Its contents are interpreted by parseConfig.
-const hsuConfPath = "/etc/hsurc"
-
// mustParseConfig calls parseConfig to interpret the contents of hsuConfPath,
// terminating the program if an error is encountered, the syntax is incorrect,
// or the current user is not authorised to use hsu because its uid is missing.