Changeset f92053b in bootscripts-standard for cblfs/init.d/mysql


Ignore:
Timestamp:
Jul 27, 2008, 7:40:13 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
2a64094
Parents:
47edfd4
Message:

Fix incorrect pipe redirection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cblfs/init.d/mysql

    r47edfd4 rf92053b  
    3939                else
    4040                        echo ""
    41                         /usr/bin/mysqld_safe --user=mysql 2>&1 >/dev/null &
     41                        /usr/bin/mysqld_safe --user=mysql >/dev/null 2>&1 &
    4242                        evaluate_retval
    4343                fi
Note: See TracChangeset for help on using the changeset viewer.