[maemo-commits] [maemo-commits] r9194 - projects/haf/trunk/gconf2

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jan 19 16:17:46 EET 2007
Author: richard
Date: 2007-01-19 16:17:45 +0200 (Fri, 19 Jan 2007)
New Revision: 9194

Removed:
   projects/haf/trunk/gconf2/debian/
   projects/haf/trunk/gconf2/gconf-daemon.sh
   projects/haf/trunk/gconf2/gconf-dbus-2.6.4.15.tar.gz
Log:
Remove old version of gconf to prepare for the new directory layout.

Deleted: projects/haf/trunk/gconf2/gconf-daemon.sh
===================================================================
--- projects/haf/trunk/gconf2/gconf-daemon.sh	2007-01-19 13:51:15 UTC (rev 9193)
+++ projects/haf/trunk/gconf2/gconf-daemon.sh	2007-01-19 14:17:45 UTC (rev 9194)
@@ -1,25 +0,0 @@
-#!/bin/sh
-# GConf daemon startup/shutdown script
-
-PROG=/usr/lib/gconf2/gconfd-2
-SVC="GConf daemon"
-
-case "$1" in
-start)  START=TRUE
-        ;;
-stop)   START=FALSE
-        ;;
-*)      echo "Usage: $0 {start|stop}"
-	exit 1
-        ;;
-esac
-
-if [ $START = TRUE ]; then
-  echo "Not starting $SVC, D-BUS starts it"
-else
-  PID=`pidof $PROG`
-  if [ "x$PID" != "x" ]; then
-    echo "Stopping $SVC"
-    kill $PID
-  fi
-fi

Deleted: projects/haf/trunk/gconf2/gconf-dbus-2.6.4.15.tar.gz
===================================================================
(Binary files differ)


More information about the maemo-commits mailing list