mirror of
https://gogs.blitter.com/RLabs/goutmp
synced 2024-08-14 19:26:41 +00:00
Compare commits
2 commits
c3193d4a77
...
e75ee8b119
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e75ee8b119 | ||
|
|
826b4de2a3 |
3 changed files with 6 additions and 3 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
module blitter.com/go/goutmp
|
||||||
|
|
||||||
|
go 1.17
|
||||||
|
|
@ -12,7 +12,7 @@ func main() {
|
||||||
user := "bin"
|
user := "bin"
|
||||||
host := "test.example.com"
|
host := "test.example.com"
|
||||||
utmp := goutmp.Put_utmp(user, "/dev/pts0", host)
|
utmp := goutmp.Put_utmp(user, "/dev/pts0", host)
|
||||||
goutmp.Put_lastlog_entry("hkexsh", user, "/dev/pts0", host)
|
goutmp.Put_lastlog_entry("xs", user, "/dev/pts0", host)
|
||||||
time.Sleep(10 * time.Second)
|
time.Sleep(10 * time.Second)
|
||||||
goutmp.Unput_utmp(utmp)
|
goutmp.Unput_utmp(utmp)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
user := "bin"
|
user := "bin"
|
||||||
host := "test.example.com"
|
host := "test.example.com"
|
||||||
utmp := goutmp.Put_utmp(user, host)
|
utmp := goutmp.Put_utmp(user, "/dev/pts0", host)
|
||||||
goutmp.Put_lastlog_entry("hkexsh", user, host)
|
goutmp.Put_lastlog_entry("xs", user, "/dev/pts0", host)
|
||||||
time.Sleep(10 * time.Second)
|
time.Sleep(10 * time.Second)
|
||||||
goutmp.Unput_utmp(utmp)
|
goutmp.Unput_utmp(utmp)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue