Skip to content

Commit

Permalink
Merging casper 1.105.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Sep 27, 2007
1 parent 6cd8d6e commit 69103b4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,11 @@
casper (1.105) gutsy; urgency=low

* scripts/casper-bottom/36disable_trackerd: Disable trackerd in the live
session; it's not very useful in this context and it uses a fair bit of
memory.

-- Colin Watson <cjwatson@ubuntu.com> Mon, 24 Sep 2007 17:25:50 +0100

casper (1.104) gutsy; urgency=low

* casper-md5check: Fall back to text output if opening the usplash FIFO
Expand Down
26 changes: 26 additions & 0 deletions scripts/live-bottom/36disable_trackerd
@@ -0,0 +1,26 @@
#! /bin/sh

PREREQ=""
DESCRIPTION="Disabling trackerd..."

. /scripts/casper-functions

prereqs()
{
echo "$PREREQ"
}

case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac

log_begin_msg "$DESCRIPTION"

rm -f /root/etc/xdg/autostart/trackerd.desktop \
/root/usr/share/autostart/trackerd.desktop

log_end_msg

0 comments on commit 69103b4

Please sign in to comment.