Author: glen
Date: Sun Apr 27 03:24:00 2008
New Revision: 9729

Modified:
   rc-scripts/trunk/hwprofile
   rc-scripts/trunk/rc.d/init.d/functions
   rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
   rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda
   rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan
   rc-scripts/trunk/sysconfig/network-scripts/ifup-br
   rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
   rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
   rc-scripts/trunk/sysconfig/network-scripts/tnldown
   rc-scripts/trunk/sysconfig/network-scripts/tnlup
Log:
- utf8

Modified: rc-scripts/trunk/hwprofile
==============================================================================
--- rc-scripts/trunk/hwprofile  (original)
+++ rc-scripts/trunk/hwprofile  Sun Apr 27 03:24:00 2008
@@ -1,5 +1,5 @@
 #!/bin/sh
-# (C) 2001 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+# (C) 2001 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 # Hardware Profiles for rc-scripts TOTALNEW.
 # $Id$
 

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions      (original)
+++ rc-scripts/trunk/rc.d/init.d/functions      Sun Apr 27 03:24:00 2008
@@ -8,9 +8,9 @@
 # Hacked by:   Greg Galloway and Marc Ewing
 # Modified for PLD Linux by:
 #              Marek Obuchowicz <[EMAIL PROTECTED]>
-#              Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
-#              Micha� Kochanowicz <[EMAIL PROTECTED]>
-#              �ukasz Pawelczyk <[EMAIL PROTECTED]>
+#              Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
+#              Michał Kochanowicz <[EMAIL PROTECTED]>
+#              Łukasz Pawelczyk <[EMAIL PROTECTED]>
 
 # First set up a default search path.
 export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifdown-br        (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifdown-br        Sun Apr 27 
03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-br - bridge configuration script
-#    Copyright (C) 2000 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2000 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda      (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda      Sun Apr 27 
03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-irda - IrDA configuration script
-#    Copyright (C) 2001 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2001 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan      (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan      Sun Apr 27 
03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-vlan - Virtual LAN configuration script
-#    Copyright (C) 2001 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2001 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup-br
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup-br  (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup-br  Sun Apr 27 03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-br - bridge configuration script
-#    Copyright (C) 2000 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2000 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup-irda        (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup-irda        Sun Apr 27 
03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-irda - IrDA configuration script
-#    Copyright (C) 2001 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2001 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan        (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan        Sun Apr 27 
03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-vlan - Virtual LAN configuration script
-#    Copyright (C) 2001 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 2001 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/tnldown
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/tnldown  (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/tnldown  Sun Apr 27 03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    tnldown - tunnel configuration script
-#    Copyright (C) 1999, 2000 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 1999, 2000 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by

Modified: rc-scripts/trunk/sysconfig/network-scripts/tnlup
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/tnlup    (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/tnlup    Sun Apr 27 03:24:00 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    tnlup - tunnel configuration script
-#    Copyright (C) 1999, 2000 Arkadiusz Mi�kiewicz <[EMAIL PROTECTED]>
+#    Copyright (C) 1999, 2000 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to