--- /etc/init.d/firebird2 2006-09-16 01:28:41.000000000 -0300 +++ firebird2 2006-09-16 01:29:22.792004250 -0300 @@ -49,6 +49,11 @@ case "$1" in start) echo -n "Starting Firebird server: " + if test ! -d /var/run/firebird2; then + mkdir -p /var/run/firebird2 + fi + chown -R firebird.firebird /var/run/firebird2 + start-stop-daemon --start --quiet --oknodo --chuid $FBRunUser --exec $MANAGER -- $FB_OPTS RETVAL=$? ;;