updated cron scripts so they will not need screen to run
authoraquarius <aquarius@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 5 Jan 2008 18:16:34 +0000 (18:16 +0000)
committeraquarius <aquarius@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 5 Jan 2008 18:16:34 +0000 (18:16 +0000)
removed screen from dependencies

git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@38 251d49ef-1d17-4917-a970-b30cf55b089b

prometheus.spec
sample-configuration/prometheus.cron

index deff5f795a2dcc7c1d329df189ebbf8753b32913..8aebe881062bf02dc110a16ef0a97fe9b3d99a8b 100644 (file)
@@ -1,14 +1,14 @@
 Summary: Traffic shaper replacement for Internet Service Providers (ISP).
 Name: prometheus
 Version: 0.7.7
-Release: 2
+Release: 3
 License: GPL
 Vendor: Arachne Labs http://www.arachne.cz
 Packager: Tomas Lastovicka <aquarius@lamer.cz>
 Group: Applications/System
 Source0: http://gpl.arachne.cz/download/%name-%version.tar.gz
 URL: http://gpl.arachne.cz
-Requires: iptables, iproute, screen
+Requires: iptables, iproute
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/cron.d/prometheus
 
 %changelog
+* Sat Jan 5 2008 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-3
+- removed screen from dependencies
+- cleaned up cron file
+
 * Sat Jan 5 2008 Tomas Lastovicka <aquarius@lamer.cz> 0.7.7-2
 - added manual pages
 - added crontab file
index 4e9f8d37fcf0a27363c6f45675d8146f9af35c0f..80c3fa21b512d4261499c1ca29dea6a00e1e52e0 100644 (file)
@@ -1,5 +1,5 @@
 # Prometheus Cron file now made with 5% more love
 # (thanks to Danny for suggestion)
 
-0 0,1,7-23 * * *  root nice /root/qos/prometheus -p
-0 2 * * *  root screen -L -d -m /root/qos/prometheus
+0 0,1,7-23 * * *  root nice /root/qos/prometheus -p 1>/dev/null
+0 2 * * *  root /root/qos/prometheus 1>/dev/null
This page took 0.130252 seconds and 4 git commands to generate.