summaryrefslogtreecommitdiff
path: root/systemd/disable_nss_module.go
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/disable_nss_module.go')
-rw-r--r--systemd/disable_nss_module.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/disable_nss_module.go b/systemd/disable_nss_module.go
index 24d7f79..7d01072 100644
--- a/systemd/disable_nss_module.go
+++ b/systemd/disable_nss_module.go
@@ -18,8 +18,8 @@
package nslcd_systemd
import (
- "dl"
- "sd_daemon/logger"
+ "lukeshu.com/git/go/libgnulinux.git/dl"
+ "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
)
//static char *strary(char **ary, unsigned int n) { return ary[n]; }