ALT Linux Bugzilla
– Attachment 2448 Details for
Bug 14633
Не работают gconf_install_schema, gconf_uninstall_schema
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
gconf_uninstall_schema
gconf_uninstall_schema.diff (text/plain), 469 bytes, created by
Alexey Shabalin
on 2008-02-24 04:03:52 MSK
(
hide
)
Description:
gconf_uninstall_schema
Filename:
MIME Type:
Creator:
Alexey Shabalin
Created:
2008-02-24 04:03:52 MSK
Size:
469 bytes
patch
obsolete
>--- gconf_uninstall_schema 2008-02-05 22:36:42 +0300 >+++ gconf_uninstall_schema.new 2008-02-24 03:54:24 +0300 >@@ -1,7 +1,7 @@ > #!/bin/sh -e > > export GCONF_CONFIG_SOURCE=$(/usr/bin/gconftool-2 --get-default-source) >-for S in ; do >- /usr/bin/gconftool-2 --makefile-uninstall-rule "/etc/gconf/schemas/.schemas" >/dev/null >+for S in $*; do >+ /usr/bin/gconftool-2 --makefile-uninstall-rule "/etc/gconf/schemas/$S.schemas" >/dev/null > done > /usr/sbin/gconf_sync_state
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14633
:
2447
| 2448