* Clamav aktualisiert
Hinzugefügt:
  * Sox und nötige Libs (libogg, libvorbis).
  * Asterisk-Paket


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@242 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-09 17:15:33 +00:00
parent bb89e92a47
commit 5ac2da9f10
19 changed files with 1135 additions and 622 deletions

View File

@@ -29,4 +29,4 @@ case "$1" in
;;
*)
echo -e "Usage: $0 (start|stop|restart|status)"
esac
esac

View File

@@ -37,7 +37,7 @@ start_daemon()
nicelevel="${2}"
shift 2
;;
-p)
-p)
pidfile="${2}"
shift 2
;;