diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 03:27:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 03:27:36 +0800 |
commit | 4769f2949495d1e4a9914e07bc7be62ef5a6c616 (patch) | |
tree | aab9fe9dc5a09fae55a4bcc862d09f38d8716877 /x11/gnomeapplets2/files | |
parent | cfae6e9cbc37e471a1943fdf094e4f5e9bc5350a (diff) | |
download | marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.gz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.bz2 marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.lz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.xz marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.tar.zst marcuscom-ports-4769f2949495d1e4a9914e07bc7be62ef5a6c616.zip |
* Switch the gnomesystemtools dependency check
* Use zzz instead of apm -s to allow support for ACPI suspend as well [1]
Requested by: sajd on #freebsd-gnome (I think) [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3635 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomeapplets2/files')
-rw-r--r-- | x11/gnomeapplets2/files/patch-battstat_battstat.schemas.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomeapplets2/files/patch-battstat_battstat.schemas.in b/x11/gnomeapplets2/files/patch-battstat_battstat.schemas.in index ecaea9dab..a6bed2361 100644 --- a/x11/gnomeapplets2/files/patch-battstat_battstat.schemas.in +++ b/x11/gnomeapplets2/files/patch-battstat_battstat.schemas.in @@ -5,7 +5,7 @@ <owner>battstat-applet</owner> <type>string</type> - <default>/usr/bin/apm -s</default> -+ <default>/usr/sbin/apm -s</default> ++ <default>/usr/sbin/zzz</default> <locale name="C"> <short>Suspend Command</short> <long>Command to send to suspend the computer</long> |