summaryrefslogtreecommitdiffstats
path: root/gnome-applets-2.3.6-ppp-command.patch
blob: 2cb1526fa9f570c67e36f9852f3c2e285c95f698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -up gnome-applets-2.23.4/modemlights/modemlights.schemas.in.ppp-command gnome-applets-2.23.4/modemlights/modemlights.schemas.in
--- gnome-applets-2.23.4/modemlights/modemlights.schemas.in.ppp-command	2003-07-26 08:50:45.000000000 -0400
+++ gnome-applets-2.23.4/modemlights/modemlights.schemas.in	2008-08-04 23:27:17.000000000 -0400
@@ -27,7 +27,7 @@
         <key>/schemas/apps/modemlights/prefs/connect</key>
         <owner>modemlights_applet2</owner>
         <type>string</type>
-        <default>pppon</default>
+        <default>/sbin/ifup ppp0</default>
         <locale name="C">
           <short>Command executed when connecting</short>
           <long>Use this command to connect the modem.</long>
@@ -38,7 +38,7 @@
         <key>/schemas/apps/modemlights/prefs/disconnect</key>
         <owner>modemlights_applet2</owner>
         <type>string</type>
-        <default>pppoff</default>
+        <default>/sbin/ifdown ppp0</default>
         <locale name="C">
           <short>Command executed when disconnecting</short>
           <long>Use this command to disconnect the modem.</long>