| … | |
… | |
| 1695 | |
1695 | |
| 1696 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
1696 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
| 1697 | /etc/env.d/00basic for this. |
1697 | /etc/env.d/00basic for this. |
| 1698 | |
1698 | |
| 1699 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
1699 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
| 1700 | Nothing official, but I spent enouth time on it not to want to loose it :) |
1700 | Nothing official, but I spent enough time on it not to want to loose it :) |
| 1701 | |
1701 | |
| 1702 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
1702 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
| 1703 | to give output to stderr. This was caused by a call to "stty", which when |
1703 | to give output to stderr. This was caused by a call to "stty", which when |
| 1704 | run without a attatched terminal, have this effect. Basically just pipe |
1704 | run without a attatched terminal, have this effect. Basically just pipe |
| 1705 | stderr to /dev/null. |
1705 | stderr to /dev/null. |