diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 02:11:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 02:11:38 +0800 |
commit | 4a89854bae630e38d30d2e47f5cdea5f896e894c (patch) | |
tree | c170019dbbc845a9851d93331aa7173358aae7c0 /sysutils/gnome-volume-manager/files/patch-src_properties.c | |
parent | d324fbf6850012433e834f30cd446e426e759545 (diff) | |
download | marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.gz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.bz2 marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.lz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.xz marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.zst marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8669 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-volume-manager/files/patch-src_properties.c')
-rw-r--r-- | sysutils/gnome-volume-manager/files/patch-src_properties.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gnome-volume-manager/files/patch-src_properties.c b/sysutils/gnome-volume-manager/files/patch-src_properties.c new file mode 100644 index 000000000..5e8d72a2d --- /dev/null +++ b/sysutils/gnome-volume-manager/files/patch-src_properties.c @@ -0,0 +1,14 @@ +--- src/properties.c.orig Sat Jul 15 13:54:29 2006 ++++ src/properties.c Sat Jul 15 13:55:03 2006 +@@ -499,7 +499,11 @@ main (int argc, char **argv) + _("The \"hald\" service is required but not currently " + "running. Enable the service and rerun this application, " + "or contact your system administrator.\n\n" ++#ifndef __FreeBSD__ + "Note: You need Linux kernel 2.6 for volume " ++#else ++ "Note: You need sysutils/hal installed for volume " ++#endif + "management to work.")); + + gtk_dialog_run (GTK_DIALOG (dialog)); |