fdisk unmaintained now :(
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Sat, 25 Feb 2006 07:20:15 +0000 (07:20 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Sat, 25 Feb 2006 07:20:15 +0000 (07:20 -0000)
AUTHORS
util-linux/fdisk.c

diff --git a/AUTHORS b/AUTHORS
index ed5d6e37945966be9d8c697af6de995505ff4fcf..6e49761f06a1628c34418195fcf60f4ebcdfb61d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -113,7 +113,8 @@ Manuel Novoa III <mjn3@codepoet.org>
 
 Vladimir Oleynik <dzo@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.
 
index 5d1b75b89e87c0ee52c6e687413f4df79f725699..4e23cdb85dec2eebb80b7eb6bc2a9c989bde3d8b 100644 (file)
@@ -1,13 +1,18 @@
 /* fdisk.c -- Partition table manipulator for Linux.
  *
  * Copyright (C) 1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
- * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@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@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>