diff options
Diffstat (limited to 'recipes/omnewrotate/files/xsession.script.patch')
-rw-r--r-- | recipes/omnewrotate/files/xsession.script.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/omnewrotate/files/xsession.script.patch b/recipes/omnewrotate/files/xsession.script.patch new file mode 100644 index 0000000000..eb1412e458 --- /dev/null +++ b/recipes/omnewrotate/files/xsession.script.patch @@ -0,0 +1,35 @@ +Index: omnewrotate.orig/data/omnewrotate.in +=================================================================== +--- omnewrotate.orig/data/omnewrotate.in (revision 66) ++++ omnewrotate/data/omnewrotate.in (working copy) +@@ -4,10 +4,14 @@ + . @SYSCONFDIR@/default/omnewrotate.conf + fi + +-export DIPLAY=:0 + PIDFILE="/var/run/omnewrotate.pid" + + case "$1" in ++ autostart) ++ if test "$START" == "yes" ; then ++ $0 start ++ fi ++ ;; + start) + echo -n starting omnewrotate... + /sbin/start-stop-daemon -S \ +Index: omnewrotate.orig/data/89omnewrotate.in +=================================================================== +--- omnewrotate.orig/data/89omnewrotate.in (revision 66) ++++ omnewrotate/data/89omnewrotate.in (working copy) +@@ -1,9 +1,3 @@ + #!/bin/sh + +-if [ -f @CONFIGDIR@/omnewrotate.conf ] ; then +- . @CONFIGDIR@/omnewrotate.conf +-fi +- +-if test "$START" == "yes" ; then +- exec @SYSCONFDIR@/init.d/omnewrotate start +-fi ++@SYSCONFDIR@/init.d/omnewrotate autostart |