Skip to content

Commit

Permalink
Switch to svcutils for service utilities
Browse files Browse the repository at this point in the history
©! I hereby licence these changes under the licence with SHA256 hash
©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
  • Loading branch information
hlandau committed Feb 8, 2016
1 parent bc6a080 commit a5facdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/acmetool/quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/hlandau/acme/interaction"
"github.com/hlandau/acme/storage"
"github.com/hlandau/acme/storageops"
"gopkg.in/hlandau/service.v2/passwd"
"gopkg.in/hlandau/svcutils.v1/exepath"
"gopkg.in/hlandau/svcutils.v1/passwd"
"io/ioutil"
"os"
"os/exec"
Expand Down
2 changes: 1 addition & 1 deletion fdb/fdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
deos "github.com/hlandau/degoutils/os"
"github.com/hlandau/xlog"
"gopkg.in/hlandau/service.v2/passwd"
"gopkg.in/hlandau/svcutils.v1/passwd"
"io/ioutil"
"os"
"path/filepath"
Expand Down
2 changes: 1 addition & 1 deletion fdb/parseperm.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package fdb
import (
"bufio"
"fmt"
"gopkg.in/hlandau/service.v2/passwd"
"gopkg.in/hlandau/svcutils.v1/passwd"
"io"
"os"
"path/filepath"
Expand Down
4 changes: 2 additions & 2 deletions redirector/redirector.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"fmt"
deos "github.com/hlandau/degoutils/os"
"github.com/hlandau/xlog"
"gopkg.in/hlandau/service.v2/daemon/chroot"
"gopkg.in/hlandau/service.v2/passwd"
"gopkg.in/hlandau/svcutils.v1/chroot"
"gopkg.in/hlandau/svcutils.v1/passwd"
"gopkg.in/tylerb/graceful.v1"
"html"
"net"
Expand Down

0 comments on commit a5facdb

Please sign in to comment.