From b7b25ec7b23b9581b7d2906cb90c0649c3cc2005 Mon Sep 17 00:00:00 2001 From: PascalB Date: Mon, 4 Jun 2018 10:04:55 +0200 Subject: [PATCH] avoid name conflict On CentOS /usr/sbin/packer (from cracklib-dicts RPM) is already present and is required by systemd. This is a symlink to cracklib-packer. To avoid trouble, two solutions are available : - put packer in /usr/local/bin - remove /usr/sbin in the PATH --- website/source/docs/install/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index aefe52650..ffda91a05 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -30,7 +30,7 @@ inside is all that is necessary to run Packer (or `packer.exe` for Windows). Any additional files, if any, aren't required to run Packer. Copy the binary to anywhere on your system. If you intend to access it from the -command-line, make sure to place it somewhere on your `PATH`. +command-line, make sure to place it somewhere on your `PATH` before /usr/sbin. ## Compiling from Source