summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-30 09:05:23 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 10:40:18 -0500
commitaece6f8901711fa9e662b63f4f6b12cb90b84503 (patch)
tree26e20af5ec9b076a22fa0a970d303916cf4b0369 /doc
parent41cfeba3ec2f4287dc1294a2c421e64f7b1224f8 (diff)
downloadbcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.tar.gz
bcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.tar.bz2
bcfg2-aece6f8901711fa9e662b63f4f6b12cb90b84503.zip
removed deprecated PostInstall support
Diffstat (limited to 'doc')
-rw-r--r--doc/appendix/files/mysql.txt2
-rw-r--r--doc/getting_started/index.txt2
-rw-r--r--doc/server/plugins/structures/bundler/kernel.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/appendix/files/mysql.txt b/doc/appendix/files/mysql.txt
index 81104ec17..6c6c83e3e 100644
--- a/doc/appendix/files/mysql.txt
+++ b/doc/appendix/files/mysql.txt
@@ -17,7 +17,7 @@ I added a new bundle:
<Bundle name="mysql-server" version="3.0">
<Path name="/root/bcfg2-install/mysql/users.sh"/>
<Path name="/root/bcfg2-install/mysql/users.sql"/>
- <PostInstall name="/root/bcfg2-install/mysql/users.sh"/>
+ <Action name="mysql_users"/>
<Package name="mysql-server-4.1"/>
<Service name="mysql"/>
</Bundle>
diff --git a/doc/getting_started/index.txt b/doc/getting_started/index.txt
index a9e91e6b8..dde9bb4e4 100644
--- a/doc/getting_started/index.txt
+++ b/doc/getting_started/index.txt
@@ -205,7 +205,7 @@ real ``/etc/motd`` file to that location, run the client again, and
you will find that we now have a correct entry::
Loaded tool drivers:
- Chkconfig POSIX PostInstall RPM
+ Chkconfig POSIX Action RPM
Phase: initial
Correct entries: 1
diff --git a/doc/server/plugins/structures/bundler/kernel.txt b/doc/server/plugins/structures/bundler/kernel.txt
index 2e3d84e93..c6aa5e3f3 100644
--- a/doc/server/plugins/structures/bundler/kernel.txt
+++ b/doc/server/plugins/structures/bundler/kernel.txt
@@ -30,7 +30,7 @@ some of which might be better than this one. Feel free to hack as needed.
<Path name='/boot/initrd'/>
<Path name='/boot/vmlinuz.old'/>
<Path name='/boot/initrd.old'/>
- <PostInstall name='/sbin/lilo'/>
+ <Action name='lilo'/>
<!-- Current kernel -->
<Package name='linux-2.4.21-314.tg1'/>
<Package name='linux-2.4.21-314.tg1-source'/>