Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: cosmin_ap on May 24, 2011, 01:50:44 PM

Title: bash's tce.installed not copying .bashrc to /etc/skel
Post by: cosmin_ap on May 24, 2011, 01:50:44 PM
Hi

it would be useful if bash would copy .bashrc to /etc/skel upon installing so adduser works with bash. Could also check existing users too and copy these files (profile, bashrc) over in their homes too if not present.

Currently, mc doesn't enable a subshell because of that, that's how I found out.

Title: Re: bash's tce.installed not copying .bashrc to /etc/skel
Post by: Jason W on May 24, 2011, 02:14:53 PM
Ok, I will check it out tonight.
Title: Re: bash's tce.installed not copying .bashrc to /etc/skel
Post by: Jason W on May 24, 2011, 08:28:23 PM
Uploaded, hopefully fixes it.  Copying .bashrc to /etc/skel/ by startup script.
Title: Re: bash's tce.installed not copying .bashrc to /etc/skel
Post by: cosmin_ap on May 25, 2011, 04:58:43 AM
That was quick :) Thanks!