Hey! I just forgot to update the Changelogs and AUTHORS files, may I commit? :) Carlos PD: Arturo, you were right, the third state is a great addition!
? backend/system.guess
Index: AUTHORS
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/AUTHORS,v
retrieving revision 1.7
diff -u -5 -r1.7 AUTHORS
--- AUTHORS 16 Dec 2001 22:18:45 -0000 1.7
+++ AUTHORS 17 May 2002 23:26:53 -0000
@@ -5,10 +5,11 @@
Tambet Ingo <tambet@ximian.com>
Chema Celorio <chema@ximian.com>
Bradford Hovinen <bradford@ximian.com>
Israel Escalante <israel@ximian.com>
Jacob Berkman <jacob@ximian.com>
+Carlos Garnacho Parro <garparr@teleline.es>
Artists
Jakub Steiner <jimmac@ximian.com>
Anna Dirks <anna@ximian.com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/ChangeLog,v
retrieving revision 1.173.2.1
diff -u -5 -r1.173.2.1 ChangeLog
--- ChangeLog 11 Feb 2002 20:39:15 -0000 1.173.2.1
+++ ChangeLog 17 May 2002 23:26:55 -0000
@@ -1,5 +1,13 @@
+2002-05-17 Carlos Garnacho Parro <garparr@teleline.es>
+
+ * src/runlevel/*: added runlevel-admin
+ * src/Makefile.am: added runlevel
+ * backend/Makefile.am: added service-list.pl.in
+ * pixmaps/stock_remove_24.png: added new pixmap
+ * s/pixmaps\/sysV.png/pixmaps\/runlevel.png
+
2002-02-11 Rodney Dawes <dobey@free.fr>
* find ./ -name "Makefile.am": Fixed missing dir variables for
corresponding _(DATA|SCRIPS) variables
Index: README
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/README,v
retrieving revision 1.10
diff -u -5 -r1.10 README
--- README 14 May 2001 21:07:15 -0000 1.10
+++ README 17 May 2002 23:26:55 -0000
@@ -48,10 +48,11 @@
Hans Petter Jansson <hpj@ximian.com>
Arturo Espinosa <arturo@ximian.com>
Tambet Ingo <tambet@ximian.com>
Jacob Berkman <jacob@ximian.com>
Bradford Hovinen <hovinen@ximian.com>
+ Carlos Garnacho Parro <garparr@teleline.es>
Artists: Anna Dirks <anna@ximian.com>
Jakub Steiner <jimmac@ximian.com>
Tuomas Kuosmanen <tigert@ximian.com>
Joakim Ziegler <joakim@ximian.com>
Index: SUPPORTED
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/SUPPORTED,v
retrieving revision 1.6
diff -u -5 -r1.6 SUPPORTED
--- SUPPORTED 16 Dec 2001 22:18:46 -0000 1.6
+++ SUPPORTED 17 May 2002 23:26:55 -0000
@@ -21,11 +21,12 @@
Shares +? +? +? + + + +
Time +? +? +? + + + +
Users +? +? +? + + + +
Display ? ? ? ? + + +
Internetsharing ? ? ? ? + + +
- Font ? ? ? ? ? ? +
+ Font ? ? ? ? ? ? +
+ Runlevel ? ? ? ? ? ? ?
Debian GNU/Linux:
Version 2.2 Woody
@@ -35,10 +36,11 @@
Time + +
Users + +?
Display + +
Internetsharing + +
Font ? ?
+ Runlevel ? +
Woody comments: You'll have to echo 'woody' > /etc/debian_version to
make the ximian-setup-tools detect your distribution.
@@ -52,10 +54,11 @@
Time ? ? + ?
Users ? ? + ?
Display ? ? ? ?
Internetsharing ? ? + ?
Font ? ? ? ?
+ Runlevel ? ? ? ?
SuSE Linux:
Version 6.3 6.4 7.0 7.1
@@ -65,10 +68,11 @@
Time ? ? + ?
Users ? ? + ?
Display ? ? ? ?
Internetsharing ? ? ? ?
Font ? ? ? ?
+ Runlevel ? ? ? ?
Turbolinux:
Version 6
@@ -78,10 +82,11 @@
Time -
Users ?
Display +?
Internetsharing ?
Font ?
+ Runlevel ?
LinuxPPC:
Version 2000
@@ -91,10 +96,11 @@
Time -
Users ?
Display ?
Internetsharing ?
Font ?
+ Runlevel ?
Yellow Dog Linux:
Version 1.2 2.0
@@ -104,10 +110,11 @@
Time - -
Users ? ?
Display ? ?
Internetsharing ? ?
Font ? ?
+ Runlevel ? ?
Solaris:
Version 7.0 8.0
@@ -117,10 +124,11 @@
Time - -
Users - -
Display - -
Internetsharing - -
Font - -
+ Runlevel ? ?
HPUX:
Version 10.0 11.0
@@ -130,10 +138,11 @@
Time - -
Users - -
Display - -
Internetsharing - -
Font - -
+ Runlevel ? ?
FreeBSD:
Version 4.x 5.x
@@ -143,6 +152,7 @@
Time - -
Users ? ?
Display - -
Internetsharing - -
Font - -
+ Runlevel ? ?
Index: backend/AUTHORS
===================================================================
RCS file: /cvs/gnome/setup-tools-backends/AUTHORS,v
retrieving revision 1.2
diff -u -5 -r1.2 AUTHORS
--- backend/AUTHORS 12 Jul 2001 18:24:58 -0000 1.2
+++ backend/AUTHORS 17 May 2002 23:26:55 -0000
@@ -1,3 +1,5 @@
Arturo Espinosa <arturo@ximian.com>
Hans Petter Jansson <hpj@ximian.com>
Tambet Ingo <tambet@ximian.com>
+Carlos garnacho Parro <garparr@teleline.es>
+
Index: backend/ChangeLog
===================================================================
RCS file: /cvs/gnome/setup-tools-backends/ChangeLog,v
retrieving revision 1.486
diff -u -5 -r1.486 ChangeLog
--- backend/ChangeLog 8 Feb 2002 19:17:30 -0000 1.486
+++ backend/ChangeLog 17 May 2002 23:27:07 -0000
@@ -1,5 +1,12 @@
+2002-05-17 Carlos Garnacho Parro <garparr@teleline.es>
+
+ * service-list.pl.in: added a service list
+ * service.pl.in: added new functionality
+ * runlevel-conf.in: rewritten from scratch
+ * AUTHORS: updated
+
2002-02-08 Chema Celorio <chema@celorio.com>
* configure.in: 0.12.0 here we go
2002-01-07 Tambet Ingo <tambet@ximian.com>
Index: pixmaps/ChangeLog
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/pixmaps/ChangeLog,v
retrieving revision 1.26
diff -u -5 -r1.26 ChangeLog
--- pixmaps/ChangeLog 8 Feb 2002 19:17:46 -0000 1.26
+++ pixmaps/ChangeLog 17 May 2002 23:27:08 -0000
@@ -1,5 +1,10 @@
+2002-05-17 Carlos Garnacho Parro <garparr@teleline.es>
+
+ * s/sysV.png/runlevel.png
+ * stock_remove_24.png
+
2002-02-08 Chema Celorio <chema@celorio.com>
* configure.in: 0.12.0 here we go
2001-12-11 Israel Escalante <israel@ximian.com>
? backend/system.guess ? pixmaps/stock_remove_24.png Index: AUTHORS =================================================================== RCS file: /cvs/gnome/ximian-setup-tools/AUTHORS,v retrieving revision 1.7 diff -u -5 -r1.7 AUTHORS --- AUTHORS 16 Dec 2001 22:18:45 -0000 1.7 +++ AUTHORS 17 May 2002 23:24:34 -0000 @@ -5,10 +5,11 @@ Tambet Ingo <tambet@ximian.com> Chema Celorio <chema@ximian.com> Bradford Hovinen <bradford@ximian.com> Israel Escalante <israel@ximian.com> Jacob Berkman <jacob@ximian.com> +Carlos Garnacho Parro <garparr@teleline.es> Artists Jakub Steiner <jimmac@ximian.com> Anna Dirks <anna@ximian.com> Index: ChangeLog =================================================================== RCS file: /cvs/gnome/ximian-setup-tools/ChangeLog,v retrieving revision 1.179 diff -u -5 -r1.179 ChangeLog --- ChangeLog 11 Apr 2002 09:37:22 -0000 1.179 +++ ChangeLog 17 May 2002 23:24:36 -0000 @@ -1,5 +1,14 @@ +2002-05-17 Carlos Garnacho Parro <garparr@teleline.es> + + * src/runlevel/*: added runlevel-admin + * src/Makefile.am: added runlevel + * backend/Makefile.am: added service-list.pl.in + * pixmaps/stock_remove_24.png: added new + * pixmap + * s/pixmaps\/sysV.png/pixmaps\/runlevel.png + 2002-04-11 Tambet Ingo <tambet@ximian.com> * configure.in: Added shares tool to build. * src/Makefile.am: ditto. Index: DISTROS =================================================================== RCS file: /cvs/gnome/ximian-setup-tools/DISTROS,v retrieving revision 1.3 diff -u -5 -r1.3 DISTROS --- DISTROS 8 Mar 2001 22:36:45 -0000 1.3 +++ DISTROS 17 May 2002 23:24:36 -0000 @@ -37,10 +37,11 @@ Memory ? ? + ? ? ? ? ? ? ? ? ? ? ? ? - - - - Network ? ? + ? - - - - - ? ? ? ? ? ? - - - - Shares ? ? + ? ? ? ? ? ? ? ? ? ? ? ? - - - - Time ? ? + ? ? ? ? ? ? ? ? ? ? ? ? - - - - Users ? ? + ? ? ? ? ? ? ? ? ? ? ? ? - - - - +Runlevel ? ? ? ? ? + ? ? ? ? ? ? ? ? ? ? ? ? ? Legend ------ Index: SUPPORTED =================================================================== RCS file: /cvs/gnome/ximian-setup-tools/SUPPORTED,v retrieving revision 1.6 diff -u -5 -r1.6 SUPPORTED --- SUPPORTED 16 Dec 2001 22:18:46 -0000 1.6 +++ SUPPORTED 17 May 2002 23:24:36 -0000 @@ -21,11 +21,12 @@ Shares +? +? +? + + + + Time +? +? +? + + + + Users +? +? +? + + + + Display ? ? ? ? + + + Internetsharing ? ? ? ? + + + - Font ? ? ? ? ? ? + + Font ? ? ? ? ? ? + + Runlevel ? ? ? ? ? ? ? Debian GNU/Linux: Version 2.2 Woody @@ -35,10 +36,11 @@ Time + + Users + +? Display + + Internetsharing + + Font ? ? + Runlevel ? + Woody comments: You'll have to echo 'woody' > /etc/debian_version to make the ximian-setup-tools detect your distribution. @@ -52,10 +54,11 @@ Time ? ? + ? Users ? ? + ? Display ? ? ? ? Internetsharing ? ? + ? Font ? ? ? ? + Runlevel ? ? ? ? SuSE Linux: Version 6.3 6.4 7.0 7.1 @@ -65,10 +68,11 @@ Time ? ? + ? Users ? ? + ? Display ? ? ? ? Internetsharing ? ? ? ? Font ? ? ? ? + Runlevel ? ? ? ? Turbolinux: Version 6 @@ -78,10 +82,11 @@ Time - Users ? Display +? Internetsharing ? Font ? + Runlevel ? LinuxPPC: Version 2000 @@ -91,10 +96,11 @@ Time - Users ? Display ? Internetsharing ? Font ? + Runlevel ? Yellow Dog Linux: Version 1.2 2.0 @@ -104,10 +110,11 @@ Time - - Users ? ? Display ? ? Internetsharing ? ? Font ? ? + Runlevel ? ? Solaris: Version 7.0 8.0 @@ -117,10 +124,11 @@ Time - - Users - - Display - - Internetsharing - - Font - - + Runlevel ? ? HPUX: Version 10.0 11.0 @@ -130,10 +138,11 @@ Time - - Users - - Display - - Internetsharing - - Font - - + Runlevel ? ? FreeBSD: Version 4.x 5.x @@ -143,6 +152,7 @@ Time - - Users ? ? Display - - Internetsharing - - Font - - + Runlevel - - Index: backend/AUTHORS =================================================================== RCS file: /cvs/gnome/setup-tools-backends/AUTHORS,v retrieving revision 1.2 diff -u -5 -r1.2 AUTHORS --- backend/AUTHORS 12 Jul 2001 18:24:58 -0000 1.2 +++ backend/AUTHORS 17 May 2002 23:24:37 -0000 @@ -1,3 +1,5 @@ Arturo Espinosa <arturo@ximian.com> Hans Petter Jansson <hpj@ximian.com> Tambet Ingo <tambet@ximian.com> +Carlos Garnacho Parro <garparr@teleline.es> + Index: backend/ChangeLog =================================================================== RCS file: /cvs/gnome/setup-tools-backends/ChangeLog,v retrieving revision 1.488 diff -u -5 -r1.488 ChangeLog --- backend/ChangeLog 10 Feb 2002 21:09:50 -0000 1.488 +++ backend/ChangeLog 17 May 2002 23:24:48 -0000 @@ -1,5 +1,12 @@ +2002-05-17 Carlos Garnacho Parro <garparr@teleline.es> + + * service-list.pl.in: added a service list + * service.pl.in: added new functionality + * runlevel-conf.in: rewritten from scratch + * AUTHORS: updated + 2002-02-10 Chema Celorio <chema@celorio.com> * Port to the GNOME 2.0 platform 2002-02-10 Chema Celorio <chema@celorio.com>
Esta parte del mensaje esta firmada digitalmente