Changeset 182


Ignore:
Timestamp:
10/11/10 10:35:55 (14 years ago)
Author:
bas
Message:

changed echo to /bin/echo, closes #13

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changelog

    r177 r182  
     13.X.X:
     2  * Improved error handeling for AdvanceParser.py
     3    Author: Dennis Stam
     4
     5  * debian/postinst. Use /bin/echo instead of echo else
     6    wrong entry in /etc/services, closes #13
     7    Author: Bodo MeiBner <bodo at bodo-m dot de>
     8    Applied by: Bas van der Vlies
     9
    1103.1.2:
    211  * Added rpm spec file
  • trunk/debian/postinst

    r87 r182  
    1414
    1515if [ ! -z "$PXE_TEST" ]; then
    16         echo "WARNING: $DAEMON already in /etc/services"
     16        /bin/echo "WARNING: $DAEMON already in /etc/services"
    1717else
    18     echo -e "$DAEMON\t$PORT/tcp\t\t\t# pxe config daemon\n" >> /etc/services
     18    /bin/echo -e "$DAEMON\t$PORT/tcp\t\t\t# pxe config daemon\n" >> /etc/services
    1919fi
    2020
Note: See TracChangeset for help on using the changeset viewer.