Ticket #13: pxeconfig.patch1

File pxeconfig.patch1, 526 bytes (added by Bodo Meißner <bodo@…>, 14 years ago)
Line 
1diff -uwr pxeconfig-3.1.2.orig/debian/postinst pxeconfig-3.1.2/debian/postinst
2--- pxeconfig-3.1.2.orig/debian/postinst        2007-03-29 09:40:41.000000000 +0200
3+++ pxeconfig-3.1.2/debian/postinst     2010-10-09 11:55:17.000000000 +0200
4@@ -15,7 +15,7 @@
5 if [ ! -z "$PXE_TEST" ]; then
6        echo "WARNING: $DAEMON already in /etc/services"
7 else
8-    echo -e "$DAEMON\t$PORT/tcp\t\t\t# pxe config daemon\n" >> /etc/services
9+    /bin/echo -e "$DAEMON\t$PORT/tcp\t\t\t# pxe config daemon\n" >> /etc/services
10 fi
11 
12 if [ -d /etc/xinetd.d ]