aboutsummaryrefslogtreecommitdiffstats
path: root/USER/USER.xs
diff options
context:
space:
mode:
Diffstat (limited to 'USER/USER.xs')
-rw-r--r--USER/USER.xs11
1 files changed, 8 insertions, 3 deletions
diff --git a/USER/USER.xs b/USER/USER.xs
index 5505d95..23d5288 100644
--- a/USER/USER.xs
+++ b/USER/USER.xs
@@ -84,8 +84,8 @@ void
Admin_start(self)
USER::ADMIN *self
CODE:
- USER__ERR *error;
- self = lu_start(NULL, 0, NULL, NULL, NULL, NULL, &error);
+ USER__ERR *error = NULL;
+ self = lu_start(NULL, 0, NULL, NULL, lu_prompt_console_quiet, NULL, &error);
void
Admin_DESTROY(self)
@@ -221,5 +221,10 @@ Ent_get_attributes(self)
OUTPUT:
RETVAL
-
+MODULE = USER PACKAGE = USER PREFIX = User_
+void
+User_read_config_files()
+ CODE:
+ /*force read of /etc/sysconfig/userdrake*/
+