summarylogtreecommitdiffstats
path: root/bashc.install
diff options
context:
space:
mode:
Diffstat (limited to 'bashc.install')
-rw-r--r--bashc.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/bashc.install b/bashc.install
new file mode 100644
index 000000000000..90a18f31916b
--- /dev/null
+++ b/bashc.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo ""
+ echo ">> Change the following line in /etc/passwd:"
+ echo " root:x:0:0:root:/root:/bin/bash to"
+ echo " root:x:0:0:root:/root:/bin/bashc"
+ echo " and do the same with the useraccounts."
+ echo ""
+ echo ">> Add . /etc/bash_commander to ~/.bashrc. This will load"
+ echo " the bashc config. For config examples look at: http://groups.google.com/group/bashc"
+}