diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:11:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:11:39 -0600 |
commit | 4f070eb987ea6e0dd71f6266835c14e8fcbeb18b (patch) | |
tree | 4127dd988254428d89cb510c2561f5aef48bec27 /doc/kppp | |
parent | 51b3545acc932a04b38988188b955eb9d35334a3 (diff) | |
download | tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.tar.gz tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/kppp')
-rw-r--r-- | doc/kppp/accounting.docbook | 2 | ||||
-rw-r--r-- | doc/kppp/kppp-faq.docbook | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/kppp/accounting.docbook b/doc/kppp/accounting.docbook index ec6db43c..69401512 100644 --- a/doc/kppp/accounting.docbook +++ b/doc/kppp/accounting.docbook @@ -10,7 +10,7 @@ maintainer. The newly created rules file can be checked for valid syntax with the <userinput><option>-r</option> <replaceable>rule_file</replaceable></userinput> command line option to &kppp; and must be installed in <filename -class="directory">${KDEDIR}/share/apps/kppp/Rules</filename> or in <filename +class="directory">${TDEDIR}/share/apps/kppp/Rules</filename> or in <filename class="directory">${HOME}/.kde/share/apps/kppp/Rules</filename> before you will be able to select it in this dialog.</para> diff --git a/doc/kppp/kppp-faq.docbook b/doc/kppp/kppp-faq.docbook index 57ef26ff..bef790a7 100644 --- a/doc/kppp/kppp-faq.docbook +++ b/doc/kppp/kppp-faq.docbook @@ -135,8 +135,8 @@ your purposes. In order to give &kppp; setuid <systemitem>root</systemitem> permissions do the following:</para> <screen><prompt>%</prompt> <userinput><command>su</command> <option>root</option></userinput> -<prompt>#</prompt> <userinput><command>chown</command> <option>root:root $KDEDIR/bin/kppp</option></userinput> -<prompt>#</prompt> <userinput><command>chmod</command> <option>+s $KDEDIR/bin/kppp</option></userinput> +<prompt>#</prompt> <userinput><command>chown</command> <option>root:root $TDEDIR/bin/kppp</option></userinput> +<prompt>#</prompt> <userinput><command>chmod</command> <option>+s $TDEDIR/bin/kppp</option></userinput> <prompt>#</prompt> <userinput><command>exit</command></userinput> </screen> </answer> @@ -369,7 +369,7 @@ the following AT commands:</para> <question><para>How do I write a telephones cost rules file?</para></question> <answer><para>Just follow the <filename>TEMPLATE</filename> rules file supplied with &kppp;. You should be able to find a copy in <filename -class="directory">$KDEDIR/doc/HTML/<replaceable>yourlang</replaceable>/kppp/</filename>. +class="directory">$TDEDIR/doc/HTML/<replaceable>yourlang</replaceable>/kppp/</filename>. Use the <option>-r</option> &kppp; command line option to check the syntax of your proposed rules file.</para></answer> </qandaentry> |