svn commit: trunk/busybox: util-linux

vodz at busybox.net vodz at busybox.net
Sat Feb 25 07:20:17 UTC 2006


Author: vodz
Date: 2006-02-24 23:20:15 -0800 (Fri, 24 Feb 2006)
New Revision: 14275

Log:
fdisk unmaintained now :(

Modified:
   trunk/busybox/AUTHORS
   trunk/busybox/util-linux/fdisk.c


Changeset:
Modified: trunk/busybox/AUTHORS
===================================================================
--- trunk/busybox/AUTHORS	2006-02-25 06:48:26 UTC (rev 14274)
+++ trunk/busybox/AUTHORS	2006-02-25 07:20:15 UTC (rev 14275)
@@ -113,7 +113,8 @@
 
 Vladimir Oleynik <dzo at simtreas.ru>
     cmdedit; bb_mkdep, xargs(current), httpd(current);
-    ports: ash, crond, fdisk, inetd, stty, traceroute, top;
+    ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute, 
+    top;
     locale, various fixes
     and irreconcilable critic of everything not perfect.
 

Modified: trunk/busybox/util-linux/fdisk.c
===================================================================
--- trunk/busybox/util-linux/fdisk.c	2006-02-25 06:48:26 UTC (rev 14274)
+++ trunk/busybox/util-linux/fdisk.c	2006-02-25 07:20:15 UTC (rev 14275)
@@ -1,13 +1,18 @@
 /* fdisk.c -- Partition table manipulator for Linux.
  *
  * Copyright (C) 1992  A. V. Le Blanc (LeBlanc at mcc.ac.uk)
- * Copyright (C) 2001,2002 Vladimir Oleynik <dzo at simtreas.ru> (Busybox port)
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Copyright (C) 2001,2002 Vladimir Oleynik <dzo at simtreas.ru>
+ *    initial busybox port, BSD license 
+ * 
+ * This applet have not the support person from busybox.
  */
 
+/* Current changes have not compatibility with this version */
 #define UTIL_LINUX_VERSION "2.12"
 
+
 #define PROC_PARTITIONS "/proc/partitions"
 
 #include <features.h>




More information about the busybox-cvs mailing list