From d42f70f2dfc12f7fc095930fee447ba5129c28c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Dec 2007 16:02:35 +0000 Subject: install config file for applet --- Makefile | 2 ++ mdkapplet.conf | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 mdkapplet.conf 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; -- cgit v1.2.1