c67f1bc
diff -up gnome-applets-2.23.4/modemlights/modemlights.schemas.in.ppp-command gnome-applets-2.23.4/modemlights/modemlights.schemas.in
c67f1bc
--- gnome-applets-2.23.4/modemlights/modemlights.schemas.in.ppp-command	2003-07-26 08:50:45.000000000 -0400
c67f1bc
+++ gnome-applets-2.23.4/modemlights/modemlights.schemas.in	2008-08-04 23:27:17.000000000 -0400
3c5892e
@@ -27,7 +27,7 @@
3c5892e
         <key>/schemas/apps/modemlights/prefs/connect</key>
3c5892e
         <owner>modemlights_applet2</owner>
3c5892e
         <type>string</type>
3c5892e
-        <default>pppon</default>
3c5892e
+        <default>/sbin/ifup ppp0</default>
3c5892e
         <locale name="C">
3c5892e
           <short>Command executed when connecting</short>
c67f1bc
           <long>Use this command to connect the modem.</long>
3c5892e
@@ -38,7 +38,7 @@
3c5892e
         <key>/schemas/apps/modemlights/prefs/disconnect</key>
3c5892e
         <owner>modemlights_applet2</owner>
3c5892e
         <type>string</type>
3c5892e
-        <default>pppoff</default>
3c5892e
+        <default>/sbin/ifdown ppp0</default>
3c5892e
         <locale name="C">
3c5892e
           <short>Command executed when disconnecting</short>
c67f1bc
           <long>Use this command to disconnect the modem.</long>