summaryrefslogtreecommitdiff
path: root/libkpod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-12-15 16:58:36 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-18 16:46:05 +0000
commit5770dc2640c216525ab84031e3712fcc46b3b087 (patch)
tree8a1c5c4e4a6ce6a35a3767247623a62bfd698f77 /libkpod
parentde3468e120d489d046c08dad72ba2262e222ccb1 (diff)
downloadpodman-5770dc2640c216525ab84031e3712fcc46b3b087.tar.gz
podman-5770dc2640c216525ab84031e3712fcc46b3b087.tar.bz2
podman-5770dc2640c216525ab84031e3712fcc46b3b087.zip
Rename all references to kpod to podman
The decision is in, kpod is going to be named podman. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #145 Approved by: umohnani8
Diffstat (limited to 'libkpod')
-rw-r--r--libkpod/hooks.go17
-rw-r--r--libkpod/testdata/config.toml2
2 files changed, 10 insertions, 9 deletions
diff --git a/libkpod/hooks.go b/libkpod/hooks.go
index 681355bcf..26a9ee431 100644
--- a/libkpod/hooks.go
+++ b/libkpod/hooks.go
@@ -1,18 +1,19 @@
package libkpod
+/*
import (
"encoding/json"
"io/ioutil"
- "os"
- "path/filepath"
- "regexp"
- "strings"
- "syscall"
+ "os"
+ "path/filepath"
+ "regexp"
+ "strings"
+ "syscall"
- "github.com/pkg/errors"
- "github.com/sirupsen/logrus"
+ "github.com/pkg/errors"
+ "github.com/sirupsen/logrus"
)
-
+*/
const (
// DefaultHooksDirPath Default directory containing hooks config files
DefaultHooksDirPath = "/usr/share/containers/oci/hooks.d"
diff --git a/libkpod/testdata/config.toml b/libkpod/testdata/config.toml
index 318273674..e19d36017 100644
--- a/libkpod/testdata/config.toml
+++ b/libkpod/testdata/config.toml
@@ -16,7 +16,7 @@
cgroup_manager = "cgroupfs"
hooks_dir_path = "/usr/share/containers/oci/hooks.d"
pids_limit = 2048
- container_exits_dir = "/var/run/kpod/exits"
+ container_exits_dir = "/var/run/podman/exits"
[crio.image]
default_transport = "docker://"
pause_image = "kubernetes/pause"