Blob Blame History Raw
--- gnome-applets-2.3.6/modemlights/modemlights.schemas.in	2003-08-18 14:18:22.000000000 +0200
+++ gnome-applets-2.3.6/modemlights/modemlights.schemas.in	2003-08-18 14:18:59.000000000 +0200
@@ -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></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></long>