bff5c1a508
* this needs some work wrt the clock applet - specify licenses and their versions feedback and ok ajacoutot@
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-applets_clock_clock_c,v 1.1 2008/11/21 18:15:45 jasper Exp $
|
|
--- applets/clock/clock.c.orig Thu Oct 30 19:53:47 2008
|
|
+++ applets/clock/clock.c Thu Oct 30 19:54:00 2008
|
|
@@ -87,6 +87,8 @@
|
|
|
|
#define FALLBACK_CONFIG_TOOL "time-admin"
|
|
|
|
+#define daylight 1
|
|
+
|
|
static const char *clock_config_tools [] = {
|
|
CLOCK_TIME_UTILITY,
|
|
FALLBACK_CONFIG_TOOL
|