From cfb2a06e396e8da0b113df3cb3a6f02c4b099db6 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 30 Nov 2011 16:29:59 -0500 Subject: [PATCH] policycoreutils: sandbox: move sandbox.conf.5 to just sandbox.5 Since this file lives in /etc/sysconfig/ it does not include a .conf extention. Thus the man page should not include a .conf in the filename. Signed-off-by: Eric Paris Acked-by: Dan Walsh --- policycoreutils/sandbox/Makefile | 2 +- policycoreutils/sandbox/{sandbox.conf.5 => sandbox.5} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename policycoreutils/sandbox/{sandbox.conf.5 => sandbox.5} (100%) diff --git a/policycoreutils/sandbox/Makefile b/policycoreutils/sandbox/Makefile index 1c458f1f..7789d231 100644 --- a/policycoreutils/sandbox/Makefile +++ b/policycoreutils/sandbox/Makefile @@ -23,7 +23,7 @@ install: all install -m 644 sandbox.8 $(MANDIR)/man8/ install -m 644 seunshare.8 $(MANDIR)/man8/ -mkdir -p $(MANDIR)/man5 - install -m 644 sandbox.conf.5 $(MANDIR)/man5/ + install -m 644 sandbox.5 $(MANDIR)/man5/ -mkdir -p $(SBINDIR) install -m 4755 seunshare $(SBINDIR)/ -mkdir -p $(SHAREDIR) diff --git a/policycoreutils/sandbox/sandbox.conf.5 b/policycoreutils/sandbox/sandbox.5 similarity index 100% rename from policycoreutils/sandbox/sandbox.conf.5 rename to policycoreutils/sandbox/sandbox.5