You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
468 B
14 lines
468 B
diff --git a/kuser/globals.h b/kuser/globals.h
|
|
index 5e0e2f1..0af1017 100644
|
|
--- a/kuser/globals.h
|
|
+++ b/kuser/globals.h
|
|
@@ -46,7 +46,7 @@
|
|
#include <pwd.h>
|
|
#define PASSWORD_FILE _PATH_MASTERPASSWD
|
|
#define PASSWORD_FILE_MASK S_IRUSR | S_IWUSR
|
|
- #define PWMKDB _PATH_PWD_MKDB" -p "PASSWORD_FILE
|
|
+ #define PWMKDB _PATH_PWD_MKDB " -p " PASSWORD_FILE
|
|
#define SKELDIR "/usr/share/skel"
|
|
#define SKEL_FILE_PREFIX "dot"
|
|
#define CRONTAB_DIR "/var/cron/tabs"
|