summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/slim/slim-1.2.5-r1.ebuild')
-rw-r--r--x11-misc/slim/slim-1.2.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/slim/slim-1.2.5-r1.ebuild b/x11-misc/slim/slim-1.2.5-r1.ebuild
index ea5029db5..a3df1db48 100644
--- a/x11-misc/slim/slim-1.2.5-r1.ebuild
+++ b/x11-misc/slim/slim-1.2.5-r1.ebuild
@@ -37,7 +37,7 @@ src_unpack() {
# Remove all X11R6 references from slim.conf
# Set slim to daemon mode as default to stop xdm runscript from throwing errors on stop
# Set the default logfile to /dev/null to avoid cluttering up the harddisk
- #as slim puts a lot of garbage in it's logfile
+ # as slim puts a lot of garbage in its logfile
sed -i -e 's#X11R6/##g' -e 's#/usr/bin:##' \
-e 's/# daemon/daemon/' \
-e 's#/var/log/slim.log#/dev/null#g' \