]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Made bashrc work.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Nov 2007 16:51:19 +0000 (16:51 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Nov 2007 16:51:19 +0000 (16:51 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1057 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/stage2
lfs/stage2

index 15f1ba99f0eaaa4542421d6d5a8661a77cfa4ae9..f41e6f7e6a9016d5f42b3c35f7d60b4adfaee1c1 100644 (file)
@@ -26,6 +26,7 @@ etc/nsswitch.conf
 etc/passwd
 etc/profile
 #etc/profile.d
+etc/profile.d/bashrc.sh
 etc/profile.d/dircolors.sh
 etc/profile.d/extrapaths.sh
 etc/profile.d/i18n.sh
index 8a8c8fd0ca71b69601609bb036e2c33d37195dc0..59cb947b44b31a7d8fa7835e03b5c546ca3b2a72 100644 (file)
@@ -82,6 +82,8 @@ $(TARGET) :
        for i in $(DIR_SRC)/config/profile.d/*; do \
            [ -f $$i ] && cp $$i /etc/profile.d; \
        done
+       chmod 755 /etc/bashrc
+       ln -svf ../bashrc /etc/profile.d/bashrc.sh
 
        # Scripts
        for i in `find $(DIR_SRC)/src/scripts -maxdepth 1 -type f`; do \