]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Generate paths in initscripts by configure script
authorJan Safranek <jsafrane@redhat.com>
Tue, 14 Apr 2009 11:52:47 +0000 (13:52 +0200)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Fri, 8 May 2009 05:15:25 +0000 (10:45 +0530)
commit47045ddcf5e98fec52174fc075a7e61291aeaa75
tree7df53b73b8db1e99ed74f7db182859f951cae06a
parent8624b3397ff6dbdbfd44dcd6efe8add0492e2d2d
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>
configure.in
scripts/Makefile.am
scripts/init.d/cgconfig.in [moved from scripts/init.d/cgconfig with 96% similarity]
scripts/init.d/cgred.in [moved from scripts/init.d/cgred with 96% similarity]