ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit cb171d93ddf574e8287d8dcee3e7a2ad738d842f
parent 8759894a2ab86f6017ee74639b1cd95fcf9061e3
Author: sin <sin@2f30.org>
Date:   Wed, 11 Jun 2014 13:42:50 +0100

Actually inform the user when enabling core dumps

Diffstat:
Mfs/bin/rc.init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bin/rc.init b/fs/bin/rc.init @@ -108,7 +108,7 @@ if [ -x /bin/rc.local ]; then /bin/rc.local fi -# Enable system-wide coredumps +echo Enabling core dumps ulimit -c unlimited echo