Merge pull request #18043 from tianon/freebsd-package-name

Fix "./docker" package name on freebsd
This commit is contained in:
Michael Crosby 2015-11-17 11:17:26 -08:00
commit 68336bc832

View file

@ -1,6 +1,6 @@
// +build daemon // +build daemon
package docker package main
// notifySystem sends a message to the host when the server is ready to be used // notifySystem sends a message to the host when the server is ready to be used
func notifySystem() { func notifySystem() {