summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-12-04 16:02:35 +0000
committerThierry Vignaud <tv@mandriva.org>2007-12-04 16:02:35 +0000
commitd42f70f2dfc12f7fc095930fee447ba5129c28c8 (patch)
tree8c7ed45e20c4375b2016fdab829aed8471405e09
parentec6d4ebc58cc4bcc3a2f80bd9d6d0098919934d7 (diff)
downloadmgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.gz
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.bz2
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.tar.xz
mgaonline-d42f70f2dfc12f7fc095930fee447ba5129c28c8.zip
install config file for applet
-rw-r--r--Makefile2
-rw-r--r--mdkapplet.conf5
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc92af8e..050815d8 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@ install: all
install -m755 $(MDKUPDATE) $(SBINDIR)
install -m755 $(MDKAPPLET) $(BINDIR)
install -m755 migrate-mdvonline-applet.pl $(SBINDIR)
+ install -d $(SYSCONFDIR)
+ install -m644 mdkapplet.conf $(SYSCONFDIR)/mdkapplet
install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png
install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png
install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png
diff --git a/mdkapplet.conf b/mdkapplet.conf
new file mode 100644
index 00000000..738bab86
--- /dev/null
+++ b/mdkapplet.conf
@@ -0,0 +1,5 @@
+# Update frequency (in seconds) [default is 3 hours]:
+UPDATE_FREQUENCY=10800
+
+# Initial check will be delayed by (default to 25 seconds):
+FIRST_CHECK_DELAY} ||= 25 * 1000;