[Initscripts-ng-commits] r244 - in /trunk/www/soc2006-bootsystem/code: checkLSB2html medio medioKey runcheckLSB2html updatepkg.pl

dvictoria-guest at users.alioth.debian.org dvictoria-guest at users.alioth.debian.org
Sat Apr 7 18:36:48 UTC 2007


Author: dvictoria-guest
Date: Sat Apr  7 18:36:47 2007
New Revision: 244

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=244
Log: (empty)

Modified:
    trunk/www/soc2006-bootsystem/code/checkLSB2html
    trunk/www/soc2006-bootsystem/code/medio
    trunk/www/soc2006-bootsystem/code/medioKey
    trunk/www/soc2006-bootsystem/code/runcheckLSB2html
    trunk/www/soc2006-bootsystem/code/updatepkg.pl

Modified: trunk/www/soc2006-bootsystem/code/checkLSB2html
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/checkLSB2html?rev=244&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/checkLSB2html (original)
+++ trunk/www/soc2006-bootsystem/code/checkLSB2html Sat Apr  7 18:36:47 2007
@@ -43,6 +43,7 @@
 my $debug = 0;
 my $web = 0;
 my %opts;
+my $pkgnew = 0; # Variable to check if there is a script.pkg-new which is the latest version 
 
 getopts('dh', \%opts);
 
@@ -80,7 +81,18 @@
 
 	next if ($script eq "README" || $script eq "installation-report" || $script eq "rc" || $script eq "rcS");
 
+	# Don't consider init-scripts ending in pkg-new
+	next if ($script =~ m/\S*dpkg-new/);
+
+    $pkgnew=$script . "\.dpkg-new";
+    print "CHECK HERE FOR PKG-NEW: $pkgnew\n";
+
+    if (-f $pkgnew){
+    open(FILE, "<$pkgnew") or die "Unable to read $pkgnew";
+    }else{
     open(FILE, "<$script") or die "Unable to read $script";
+    }
+    
     my $found = 0;
     my ($start, $provides, $requiredstart, $requiredstop, $shouldstart, $shouldstop, $defaultstart, $defaultstop, $shortdescription, $description, $ending);
    my $bts=''; 

Modified: trunk/www/soc2006-bootsystem/code/medio
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/medio?rev=244&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/medio (original)
+++ trunk/www/soc2006-bootsystem/code/medio Sat Apr  7 18:36:47 2007
@@ -1,8 +1,8 @@
-<tr class='red'>
-<td><strong><a name=acpid><a class='contrast' href=lsblistKey.html#acpid>acpid</a></a></strong></td>
+<tr class='green'>
+<td><strong><a name=acpid><a href=lsblistKey.html#acpid>acpid</a></a></strong></td>
 <td>acpid</td>
-<td>none</td>
-<td><a class='contrast' href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376778>376778</a></td>
+<td>compliant</td>
+<td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376778>376778</a></td>
 </tr>
 <tr class='green'>
 <td><strong><a name=alsa><a href=lsblistKey.html#alsa>alsa</a></a></strong></td>
@@ -82,11 +82,11 @@
 <td>compliant</td>
 <td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=></a></td>
 </tr>
-<tr class='red'>
-<td><strong><a name=exim4><a class='contrast' href=lsblistKey.html#exim4>exim4</a></a></strong></td>
+<tr class='green'>
+<td><strong><a name=exim4><a href=lsblistKey.html#exim4>exim4</a></a></strong></td>
 <td>exim4-base</td>
-<td>none</td>
-<td><a class='contrast' href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376953>376953</a></td>
+<td>compliant</td>
+<td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376953>376953</a></td>
 </tr>
 <tr class='green'>
 <td><strong><a name=gdm><a href=lsblistKey.html#gdm>gdm</a></a></strong></td>
@@ -178,11 +178,11 @@
 <td>none</td>
 <td><a class='contrast' href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361358>361358</a></td>
 </tr>
-<tr class='red'>
-<td><strong><a name=lpd><a class='contrast' href=lsblistKey.html#lpd>lpd</a></a></strong></td>
+<tr class='green'>
+<td><strong><a name=lpd><a href=lsblistKey.html#lpd>lpd</a></a></strong></td>
 <td>lpr</td>
-<td>none</td>
-<td><a class='contrast' href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376960>376960</a></td>
+<td>compliant</td>
+<td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376960>376960</a></td>
 </tr>
 <tr class='yellow'>
 <td><strong><a name=makedev><a href=lsblistKey.html#makedev>makedev</a></a></strong></td>
@@ -250,17 +250,17 @@
 <td>incomplete</td>
 <td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=></a></td>
 </tr>
-<tr class='yellow'>
+<tr class='green'>
 <td><strong><a name=nfs-common><a href=lsblistKey.html#nfs-common>nfs-common</a></a></strong></td>
 <td>nfs-common</td>
-<td>incomplete</td>
+<td>compliant</td>
 <td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376976>376976</a></td>
 </tr>
-<tr class='red'>
-<td><strong><a name=nviboot><a class='contrast' href=lsblistKey.html#nviboot>nviboot</a></a></strong></td>
+<tr class='yellow'>
+<td><strong><a name=nviboot><a href=lsblistKey.html#nviboot>nviboot</a></a></strong></td>
 <td>nvi</td>
-<td>none</td>
-<td><a class='contrast' href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=></a></td>
+<td>incomplete</td>
+<td><a href=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=></a></td>
 </tr>
 <tr class='green'>
 <td><strong><a name=portmap><a href=lsblistKey.html#portmap>portmap</a></a></strong></td>

Modified: trunk/www/soc2006-bootsystem/code/medioKey
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/medioKey?rev=244&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/medioKey (original)
+++ trunk/www/soc2006-bootsystem/code/medioKey Sat Apr  7 18:36:47 2007
@@ -1,3 +1,18 @@
+<h3><a name=acpid.dpkg-new><a href=lsblist.html#acpid.dpkg-new> acpid.dpkg-new</a></a> </h3>
+<p>
+Provides=acpid<br>
+Required-Start=$syslog<br>
+Required-Stop=$syslog<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Should-Start=$local_fs<br>
+Should-Stop=$local_fs<br>
+Short-Description=Start the Advanced Configuration and Power Interface daemon<br>
+Description=Provide a socket for X11, hald and others to multiplex<br>
+</p>
+<p><small>
+NOTES:<br>
+</small></p>
 <h3><a name=alsa><a href=lsblist.html#alsa> alsa</a></a> </h3>
 <p>
 Provides=alsa<br>
@@ -26,6 +41,40 @@
 Should-Stop=<br>
 Short-Description=Restore and store ALSA driver settings<br>
 Description=This script stores and restores mixer levels on<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Start LSB header has no arguments.<<br>>
+Should-Stop LSB header has no arguments.<br>
+</small></p>
+<h3><a name=alsa-utils.dpkg-new><a href=lsblist.html#alsa-utils.dpkg-new> alsa-utils.dpkg-new</a></a> </h3>
+<p>
+Provides=alsa-utils<br>
+Required-Start=$local_fs<br>
+Required-Stop=$local_fs<br>
+Default-Start=S<br>
+Default-Stop=0 6<br>
+Should-Start=<br>
+Should-Stop=<br>
+Short-Description=Restore and store ALSA driver settings<br>
+Description=This script stores and restores mixer levels on<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Start LSB header has no arguments.<<br>>
+Should-Stop LSB header has no arguments.<br>
+</small></p>
+<h3><a name=alsa.dpkg-new><a href=lsblist.html#alsa.dpkg-new> alsa.dpkg-new</a></a> </h3>
+<p>
+Provides=alsa<br>
+Required-Start=mountall<br>
+Required-Stop=mountall<br>
+Default-Start=S<br>
+Default-Stop=0 1 6<br>
+Should-Start=<br>
+Should-Stop=<br>
+Short-Description=Script to unload and load ALSA modules<br>
+Description=Used to load and unload ALSA modules and<br>
 </p>
 <p><small>
 NOTES:<br>
@@ -133,6 +182,21 @@
 Should-Start LSB header missing.<br>
 Should-Stop LSB header missing.<br>
 </small></p>
+<h3><a name=cron.dpkg-new><a href=lsblist.html#cron.dpkg-new> cron.dpkg-new</a></a> </h3>
+<p>
+Provides=cron<br>
+Required-Start=$syslog $time<br>
+Required-Stop=$syslog $time<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Short-Description=Regular background program processing daemon<br>
+Description=cron is a standard UNIX program that runs user-specified<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+</small></p>
 <h3><a name=dbus><a href=lsblist.html#dbus> dbus</a></a> </h3>
 <p>
 Provides=dbus<br>
@@ -162,6 +226,38 @@
 NOTES:<br>
 Should-Start LSB header missing.<br>
 Should-Stop LSB header missing.<br>
+</small></p>
+<h3><a name=discover.dpkg-new><a href=lsblist.html#discover.dpkg-new> discover.dpkg-new</a></a> </h3>
+<p>
+Provides=discover<br>
+Required-Start=mountdevsubfs checkroot $local_fs<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Short-Description=Load kernel modules at boot time<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header has no arguments.<br>
+Description LSB header missing.<br>
+</small></p>
+<h3><a name=exim4.dpkg-new><a href=lsblist.html#exim4.dpkg-new> exim4.dpkg-new</a></a> </h3>
+<p>
+Provides=exim4 mail-transport-agent<br>
+Required-Start=$local_fs $remote_fs $syslog $named $network $time<br>
+Required-Stop=$local_fs $remote_fs $syslog $named $network<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Should-Start=postgresql mysql clamav-daemon greylist spamassassin<br>
+Should-Stop=postgresql mysql clamav-daemon greylist spamassassin<br>
+Short-Description=exim Mail Transport Agent<br>
+Description=exim is a Mail Transport agent<br>
+</p>
+<p><small>
+NOTES:<br>
 </small></p>
 <h3><a name=gdm><a href=lsblist.html#gdm> gdm</a></a> </h3>
 <p>
@@ -178,6 +274,21 @@
 NOTES:<br>
 Should-Stop LSB header missing.<br>
 </small></p>
+<h3><a name=gdm.dpkg-new><a href=lsblist.html#gdm.dpkg-new> gdm.dpkg-new</a></a> </h3>
+<p>
+Provides=x-display-manager gdm<br>
+Required-Start=$local_fs $remote_fs<br>
+Required-Stop=$local_fs $remote_fs<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=S 0 1 6<br>
+Should-Start=console-screen acpid<br>
+Short-Description=GNOME Display Manager<br>
+Description=Debian init script for the GNOME Display Manager<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Stop LSB header missing.<br>
+</small></p>
 <h3><a name=glibc.sh><a href=lsblist.html#glibc.sh> glibc.sh</a></a> </h3>
 <p>
 Provides=glibc<br>
@@ -252,6 +363,23 @@
 Should-Stop LSB header has no arguments.<br>
 Short-Description LSB header missing.<br>
 </small></p>
+<h3><a name=keymap.sh.dpkg-new><a href=lsblist.html#keymap.sh.dpkg-new> keymap.sh.dpkg-new</a></a> </h3>
+<p>
+Provides=keymap<br>
+Required-Start=mountdevsubfs<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Short-Description=Set keymap<br>
+Description=Set the Console keymap<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header has no arguments.<br>
+</small></p>
 <h3><a name=killprocs><a href=lsblist.html#killprocs> killprocs</a></a> </h3>
 <p>
 Provides=killprocs<br>
@@ -268,6 +396,23 @@
 Should-Stop LSB header missing.<br>
 Default-Stop LSB header has no arguments.<br>
 Description LSB header missing.<br>
+</small></p>
+<h3><a name=lpd.dpkg-new><a href=lsblist.html#lpd.dpkg-new> lpd.dpkg-new</a></a> </h3>
+<p>
+Provides=lpd<br>
+Required-Start=$syslog<br>
+Required-Stop=$syslog<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Should-Start=<br>
+Should-Stop=<br>
+Short-Description=BSD lpr/lpd line printer spooling system<br>
+Description=This is the BSD printer spooler and associated<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Start LSB header has no arguments.<<br>>
+Should-Stop LSB header has no arguments.<br>
 </small></p>
 <h3><a name=makedev><a href=lsblist.html#makedev> makedev</a></a> </h3>
 <p>Required-Start=$local_fs<br>
@@ -302,6 +447,25 @@
 Should-Stop LSB header has no arguments.<br>
 Default-Stop LSB header has no arguments.<br>
 </small></p>
+<h3><a name=module-init-tools.dpkg-new><a href=lsblist.html#module-init-tools.dpkg-new> module-init-tools.dpkg-new</a></a> </h3>
+<p>
+Provides=module-init-tools<br>
+Required-Start=<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Should-Start=checkroot<br>
+Should-Stop=<br>
+Short-Description=Process /etc/modules.<br>
+Description=Load the modules listed in /etc/modules.<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-start LSB header has no arguments.<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Stop LSB header has no arguments.<br>
+Default-Stop LSB header has no arguments.<br>
+</small></p>
 <h3><a name=mountall-bootclean.sh><a href=lsblist.html#mountall-bootclean.sh> mountall-bootclean.sh</a></a> </h3>
 <p>
 Provides=mountall-bootclean<br>
@@ -453,6 +617,38 @@
 Required-Stop LSB header missing.<br>
 Should-Start LSB header missing.<br>
 Should-Stop LSB header missing.<br>
+</small></p>
+<h3><a name=nfs-common.dpkg-new><a href=lsblist.html#nfs-common.dpkg-new> nfs-common.dpkg-new</a></a> </h3>
+<p>
+Provides=nfs-common<br>
+Required-Start=$time<br>
+Required-Stop=$time<br>
+Default-Start=2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Short-Description=NFS support files common to client and server<br>
+Description=NFS is a popular protocol for file sharing across<br>
+</p>
+<p><small>
+NOTES:<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+</small></p>
+<h3><a name=nviboot.dpkg-new><a href=lsblist.html#nviboot.dpkg-new> nviboot.dpkg-new</a></a> </h3>
+<p>
+Provides=nviboot<br>
+Required-Start=$remote_fs<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Short-Description=Script to recover nvi edit sessions.<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header has no arguments.<br>
+Description LSB header missing.<br>
 </small></p>
 <h3><a name=portmap><a href=lsblist.html#portmap> portmap</a></a> </h3>
 <p>
@@ -469,6 +665,21 @@
 Short-Description LSB header missing.<br>
 Description LSB header missing.<br>
 </small></p>
+<h3><a name=portmap.dpkg-new><a href=lsblist.html#portmap.dpkg-new> portmap.dpkg-new</a></a> </h3>
+<p>
+Provides=portmap<br>
+Required-Start=$network<br>
+Required-Stop=$network<br>
+Default-Start=S 2 3 4 5<br>
+Default-Stop=0 1 6<br>
+Should-Start=$named<br>
+Should-Stop=$named<br>
+</p>
+<p><small>
+NOTES:<br>
+Short-Description LSB header missing.<br>
+Description LSB header missing.<br>
+</small></p>
 <h3><a name=pppd-dns><a href=lsblist.html#pppd-dns> pppd-dns</a></a> </h3>
 <p>Required-Start=$local_fs<br>
 Default-Start=S<br>
@@ -477,6 +688,21 @@
 <p><small>
 NOTES:<br>
 Provides LSB header missing.<br>
+Required-Stop LSB header missing.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header missing.<br>
+Description LSB header missing.<br>
+</small></p>
+<h3><a name=pppd-dns.dpkg-new><a href=lsblist.html#pppd-dns.dpkg-new> pppd-dns.dpkg-new</a></a> </h3>
+<p>
+Provides=pppd-dns<br>
+Required-Start=$local_fs<br>
+Default-Start=S<br>
+Short-Description=Restore resolv.conf if the system crashed.<br>
+</p>
+<p><small>
+NOTES:<br>
 Required-Stop LSB header missing.<br>
 Should-Start LSB header missing.<br>
 Should-Stop LSB header missing.<br>
@@ -678,6 +904,40 @@
 Default-Start=S<br>
 Default-Stop=<br>
 Short-Description=Add to mtab the entries for /dev and /dev/.static/dev.<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header has no arguments.<br>
+Description LSB header missing.<br>
+</small></p>
+<h3><a name=udev-mtab.dpkg-new><a href=lsblist.html#udev-mtab.dpkg-new> udev-mtab.dpkg-new</a></a> </h3>
+<p>
+Provides=udev-mtab<br>
+Required-Start=udev checkroot<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Short-Description=Add to mtab the entries for /dev and /dev/.static/dev.<br>
+</p>
+<p><small>
+NOTES:<br>
+Required-Stop LSB header has no arguments.<br>
+Should-Start LSB header missing.<br>
+Should-Stop LSB header missing.<br>
+Default-Stop LSB header has no arguments.<br>
+Description LSB header missing.<br>
+</small></p>
+<h3><a name=udev.dpkg-new><a href=lsblist.html#udev.dpkg-new> udev.dpkg-new</a></a> </h3>
+<p>
+Provides=udev<br>
+Required-Start=mountkernfs<br>
+Required-Stop=<br>
+Default-Start=S<br>
+Default-Stop=<br>
+Short-Description=Start udevd, populate /dev and load drivers.<br>
 </p>
 <p><small>
 NOTES:<br>

Modified: trunk/www/soc2006-bootsystem/code/runcheckLSB2html
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/runcheckLSB2html?rev=244&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/runcheckLSB2html (original)
+++ trunk/www/soc2006-bootsystem/code/runcheckLSB2html Sat Apr  7 18:36:47 2007
@@ -18,7 +18,7 @@
 
 # Bugs are written in a file called ReportedBugs in the initINFO.d directory.
 
-./updatepkg.sh  # fills the directory /etc/initINFO.d/ with pkg name information
+#./updatepkg.sh  # fills the directory /etc/initINFO.d/ with pkg name information
 
 ./checkLSB2html -h -d 2>medio;
 

Modified: trunk/www/soc2006-bootsystem/code/updatepkg.pl
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/www/soc2006-bootsystem/code/updatepkg.pl?rev=244&op=diff
==============================================================================
--- trunk/www/soc2006-bootsystem/code/updatepkg.pl (original)
+++ trunk/www/soc2006-bootsystem/code/updatepkg.pl Sat Apr  7 18:36:47 2007
@@ -10,7 +10,8 @@
 #
 # Outputs the name of the package of an init-script as an LSB header to the standard output. Auxiliary script for updatepkg.pl.
 #
-# To get the output run: ./updatepkg.pl `dpkg -S /etc/init.d/script-name`
+
+# To get the output run: ./updatepkg.pl "`dpkg -S /etc/init.d/script-name`"
 # where script-name is the name of the init-script.
 
 




More information about the Initscripts-ng-commits mailing list