Ver código fonte

Move pkg/listeners away

It is only used in `daemon` and should really live there.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Vincent Demeester 8 anos atrás
pai
commit
c204fce2ee

+ 1 - 1
cmd/dockerd/daemon.go

@@ -32,13 +32,13 @@ import (
 	"github.com/docker/docker/daemon"
 	"github.com/docker/docker/daemon/cluster"
 	"github.com/docker/docker/daemon/config"
+	"github.com/docker/docker/daemon/listeners"
 	"github.com/docker/docker/daemon/logger"
 	"github.com/docker/docker/dockerversion"
 	"github.com/docker/docker/libcontainerd"
 	dopts "github.com/docker/docker/opts"
 	"github.com/docker/docker/pkg/authorization"
 	"github.com/docker/docker/pkg/jsonlog"
-	"github.com/docker/docker/pkg/listeners"
 	"github.com/docker/docker/pkg/pidfile"
 	"github.com/docker/docker/pkg/plugingetter"
 	"github.com/docker/docker/pkg/signal"

+ 0 - 0
pkg/listeners/group_unix.go → daemon/listeners/group_unix.go


+ 0 - 0
pkg/listeners/listeners_solaris.go → daemon/listeners/listeners_solaris.go


+ 0 - 0
pkg/listeners/listeners_unix.go → daemon/listeners/listeners_unix.go


+ 0 - 0
pkg/listeners/listeners_windows.go → daemon/listeners/listeners_windows.go