Compare commits

..

No commits in common. "guimaster" and "v0.22.1" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -1,6 +1,4 @@
all: goimports vet all:
vet:
GO111MODULE=off go vet GO111MODULE=off go vet
goimports: goimports:
@ -12,6 +10,3 @@ redomod:
GO111MODULE= go mod init GO111MODULE= go mod init
GO111MODULE= go mod tidy GO111MODULE= go mod tidy
clean:
-rm -f go.*
-go-mod-clean --purge

View File

@ -1,3 +0,0 @@
# linuxstatus
this is being moved to go.wit.com/lib/hostname

View File

@ -127,7 +127,7 @@ func lookupHostname() {
log.Log(WARN, "need to run: 'domainname", realdn, "' here") log.Log(WARN, "need to run: 'domainname", realdn, "' here")
me.changed = true me.changed = true
me.hostnameStatus.SetText("FIXING") me.hostnameStatus.SetText("FIXING")
shell.Run([]string{"domainname", realdn}) shell.RunPath("", []string{"domainname", realdn})
return return
} else { } else {
log.Log(WARN, "getDomainName() err =", err) log.Log(WARN, "getDomainName() err =", err)