[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/kfontinst/kfontinst
From:       Chris Cheney <ccheney () cheney ! cx>
Date:       2003-05-21 5:22:46
[Download RAW message or body]

CVS commit by ccheney: 

Change /etc/rc.d/init.d/xfs restart to LSB compliant /etc/init.d/xfs restart

Note LSB dictates /etc/init.d exist:
http://www.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/initsrcinstrm.html

So at least all Linux distributions should have this directory and certainly
not all have the /etc/rc.d directory.

Chris

CCMAIL: kde-devel@kde.org


  M +2 -2      SettingsWidgetData.ui   1.10
  M +2 -2      SysConfigurer.cpp   1.19
  M +2 -2      docs/en/font-installer.html   1.2


--- kdebase/kcontrol/kfontinst/kfontinst/SettingsWidgetData.ui  #1.9:1.10
@@ -213,5 +213,5 @@
                     <item>
                         <property name="text">
-                            <string>/etc/rc.d/init.d/xfs restart (Font \
Server)</string> +                            <string>/etc/init.d/xfs restart (Font \
Server)</string>  </property>
                     </item>

--- kdebase/kcontrol/kfontinst/kfontinst/SysConfigurer.cpp  #1.18:1.19
@@ -319,5 +319,5 @@ void CSysConfigurer::status(const QStrin
                         break;
                     case CConfig::XREFRESH_XFS_RESTART:
-                        ok=CMisc::doCmd("/etc/rc.d/init.d/xfs", "restart");
+                        ok=CMisc::doCmd("/etc/init.d/xfs", "restart");
                         break;
                     case CConfig::XREFRESH_CUSTOM:

--- kdebase/kcontrol/kfontinst/kfontinst/docs/en/font-installer.html  #1.1.1.1:1.2
@@ -298,7 +298,7 @@
 <ul>
 <li><i>xset fp rehash</i> If you are not using an X font server, then this will \
                usually be the command you need to use.</li>
-<li><i>/etc/rc.d/init.d/xfs restart</i> This command is used for the restarting of \
an X font server.</li> +<li><i>/etc/init.d/xfs restart</i> This command is used for \
the restarting of an X font server.</li>  <li><i>Custom</i> If neither of the above \
two work, then you may enter a custom command here - for example, it may be that the \
                X font server restart
-command is in another directory (e.g. <code>/etc/init.d/xfs restart</code>)</li>
+command is in another directory (e.g. <code>/etc/rc.d/init.d/xfs \
restart</code>)</li>  </ul>
 </li>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic