Snap for 10453563 from de8f3f2b56bc598b37f1b555e91494b264364d81 to mainline-ipsec-release

Change-Id: Ic6a2b666bc16bab105ee7b43c52ea7165cd9da18
diff --git a/METADATA b/METADATA
index d97975c..6619bbc 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,19 @@
+name: "ipsec-tools"
+description: "IPsec (IP security protocol) is part of the NetBSD distributions."
 third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://www.netbsd.org/"
+  }
+  url {
+    type: ARCHIVE
+    value: "https://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.7/ipsec-tools-0.7.3.tar.gz"
+  }
+  version: "0.7.3"
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2009
+    month: 9
+    day: 2
+  }
 }
diff --git a/README.version b/README.version
deleted file mode 100644
index 4173c47..0000000
--- a/README.version
+++ /dev/null
@@ -1,3 +0,0 @@
-URL: ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.7/ipsec-tools-0.7.3.tar.gz
-Version: 0.7.3
-BugComponent: 40729
diff --git a/main.c b/main.c
index d33775a..63862c5 100644
--- a/main.c
+++ b/main.c
@@ -118,7 +118,7 @@
         exit(1);
     }
     sprintf(*envp, "INTERFACE=%s", ifr.ifr_name);
-    return "/bin/ip-up-vpn";
+    return "/system/bin/ip-up-vpn";
 }
 
 #endif