summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2009-04-14 13:52:47 +0200
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-05-08 10:45:25 +0530
commit47045ddcf5e98fec52174fc075a7e61291aeaa75 (patch)
tree7df53b73b8db1e99ed74f7db182859f951cae06a /configure.in
parent8624b3397ff6dbdbfd44dcd6efe8add0492e2d2d (diff)
downloadlibcg-47045ddcf5e98fec52174fc075a7e61291aeaa75.tar.gz
libcg-47045ddcf5e98fec52174fc075a7e61291aeaa75.tar.xz
libcg-47045ddcf5e98fec52174fc075a7e61291aeaa75.zip
Generate paths in initscripts by configure script
Change the hardcoded paths in initscripts to dynamically generated ones. The real executable path $bindir can be constructed using $prefix and $exec_prefix variables, therefore it's necessary to define also these two. The patch includes removal of old initscripts from git - they are generated from .in file now. I did not run autoreconf, I think the generated junk is being removed from git soon. Signed-off-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cb54d15..8271cd1 100644
--- a/configure.in
+++ b/configure.in
@@ -76,6 +76,8 @@ AC_CONFIG_FILES([Makefile
src/tools/Makefile
src/pam/Makefile
scripts/Makefile
+ scripts/init.d/cgconfig
+ scripts/init.d/cgred
samples/Makefile
include/Makefile
doc/Makefile