summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index 5b57a63..2e9edc1 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -24,12 +24,11 @@
package hackers_git
import (
- "inotify"
- "inotify/inutil"
- "nslcd/proto"
- "nslcd/proto/server"
- "nslcd/systemd"
- "sd_daemon/logger"
+ "lukeshu.com/git/go/libgnulinux.git/inotify"
+ "lukeshu.com/git/go/libnslcd.git/proto"
+ "lukeshu.com/git/go/libnslcd.git/proto/server"
+ "lukeshu.com/git/go/libnslcd.git/systemd"
+ "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"sync"
)
@@ -52,7 +51,7 @@ type Hackers struct {
users map[int32]user
groups map[string]map[string]bool
- in_fd *inutil.Watcher
+ in_fd *inotify.Watcher
in_wd_home inotify.Wd
in_wd_yaml inotify.Wd
in_uid2wd map[int32]inotify.Wd