summaryrefslogtreecommitdiff
path: root/checkpasswd/hier.c
diff options
context:
space:
mode:
Diffstat (limited to 'checkpasswd/hier.c')
-rw-r--r--checkpasswd/hier.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/checkpasswd/hier.c b/checkpasswd/hier.c
new file mode 100644
index 0000000..f11d108
--- /dev/null
+++ b/checkpasswd/hier.c
@@ -0,0 +1,6 @@
+#include "auto_home.h"
+
+void hier()
+{
+ c(auto_home,"bin","checkpassword",-1,-1,0700);
+}