]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2014/02/02.rss
Generated.
[homepage.git] / blog / archive / 2014 / 02 / 02.rss
index 8996bd8f8245b7b61a12faf946336659e977cd7d..bd78f4060f09bb613db3fb3617395e42e6ae57ce 100644 (file)
@@ -6,6 +6,38 @@
                 <link>http://people.skolelinux.org/pere/blog/</link>
 
        
+       <item>
+               <title>New home and release 1.0 for netgroup and innetgr (aka ng-utils)</title>
+               <link>http://people.skolelinux.org/pere/blog/New_home_and_release_1_0_for_netgroup_and_innetgr__aka_ng_utils_.html</link>        
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/New_home_and_release_1_0_for_netgroup_and_innetgr__aka_ng_utils_.html</guid>
+                <pubDate>Sat, 22 Feb 2014 21:40:00 +0100</pubDate>
+               <description>&lt;p&gt;Many years ago, I wrote a GPL licensed version of the netgroup and
+innetgr tools, because I needed them in
+&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;.  I called the project
+ng-utils, and it has served me well.  I placed the project under the
+&lt;a href=&quot;http://www.hungry.com/&quot;&gt;Hungry Programmer&lt;/a&gt; umbrella, and it was maintained in our CVS
+repository.  But many years ago, the CVS repository was dropped (lost,
+not migrated to new hardware, not sure), and the project have lacked a
+proper home since then.&lt;/p&gt;
+
+&lt;p&gt;Last summer, I had a look at the package and made a new release
+fixing a irritating crash bug, but was unable to store the changes in
+a proper source control system.  I applied for a project on
+&lt;a href=&quot;https://alioth.debian.org/&quot;&gt;Alioth&lt;/a&gt;, but did not have time
+to follow up on it.  Until today. :)&lt;/p&gt;
+
+&lt;p&gt;After many hours of cleaning and migration, the ng-utils project
+now have a new home, and a git repository with the highlight of the
+history of the project.  I published all release tarballs and imported
+them into the git repository.  As the project is really stable and not
+expected to gain new features any time soon, I decided to make a new
+release and call it 1.0.  Visit the new project home on
+&lt;a href=&quot;https://alioth.debian.org/projects/ng-utils/&quot;&gt;https://alioth.debian.org/projects/ng-utils/&lt;/a&gt;
+if you want to check it out.  The new version is also uploaded into
+Debian Unstable.&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>Testing sysvinit from experimental in Debian Hurd</title>
                <link>http://people.skolelinux.org/pere/blog/Testing_sysvinit_from_experimental_in_Debian_Hurd.html</link>        
@@ -29,7 +61,7 @@ commands as root to get the machine to accept a IP address from the
 kvm internal DHCP server:&lt;/p&gt;
 
 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-settrans -fgap /dev/netdde /hurd/netdde 
+settrans -fgap /dev/netdde /hurd/netdde
 kill $(ps -ef|awk &#39;/[p]finet/ { print $2}&#39;)
 kill $(ps -ef|awk &#39;/[d]evnode/ { print $2}&#39;)
 dhclient /dev/eth0
@@ -55,7 +87,7 @@ EOF
 apt-get update
 apt-get dist-upgrade
 apt-get install -t experimental initscripts sysv-rc sysvinit \
-    sysvinit-core sysvinit-utils 
+    sysvinit-core sysvinit-utils
 update-alternatives --config runsystem
 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;