X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A8CC5DC0073 for ; Wed, 29 Aug 2012 12:47:35 +0000 (UTC) Received: by eaak11 with SMTP id k11so174083eaa.13 for ; Wed, 29 Aug 2012 05:47:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:x-mailer :mime-version; bh=dQmGeBNw2HWsK1yTTM4za1vEFDACZEppp0BbRimUahE=; b=urieTzI1xfvCJIPULXhrtOvn6cKXiK8Q2MPV+Nqfw7Hojy99HlSNxg33z+QOU6VDrH f300RcxQ6lOJwe2Am76rJHho09ITccOhJ6y2LrtIUOPdKcEZD8l96o6C6wAOcuanE3hu dPYxilSgJu1scqx2mNBfhjwAVCR5m+vR0vKfp2qRkwhiw7/fFJDnpKsBQkQcYkbkuBnZ aSk7UmhzhUl2jjcstqfKuXB8SdWwjdPBJtrFB5+wEt4jPZgjt5FoBbkdy2Uikt/R/6hG rRirLHW8g2kGTME3zcJkuWRB0K/B5W7nYPq8tT2o7o7j52+Jr2hi4d2Om18llW4PWSt/ tJhw== Received: by 10.14.198.65 with SMTP id u41mr1852515een.22.1346244453763; Wed, 29 Aug 2012 05:47:33 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPS id z6sm69695400eeo.6.2012.08.29.05.47.31 (version=SSLv3 cipher=OTHER); Wed, 29 Aug 2012 05:47:31 -0700 (PDT) Message-ID: <1346244440.28779.3.camel@df1844j> Subject: [alpine-devel] [PATCH] json: define FTP service From: Leonardo To: "kaarle.ritvanen" Cc: alpine-devel Date: Wed, 29 Aug 2012 14:47:20 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-anGJtsr6XE9mHYSy5Mbj" X-Mailer: Evolution 3.2.3-0ubuntu6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-anGJtsr6XE9mHYSy5Mbj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- json/services.json | 1 + 1 file changed, 1 insertion(+) diff --git a/json/services.json b/json/services.json index eb159ba..5016c04 100644 --- a/json/services.json +++ b/json/services.json @@ -14,6 +14,7 @@ { "proto": "tcp", "port": 135 }, { "proto": "udp", "port": 135 } ], + "ftp": { "proto": "tcp", "port": 21 }, "gre": { "proto": "gre" }, "hp-pdl": { "proto": "tcp", "port": 9100 }, "http": { "proto": "tcp", "port": 80 }, --=20 1.7.11.4 --=-anGJtsr6XE9mHYSy5Mbj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJQPg9YAAoJELAPckZGG2T6A3IH/RV86p5mpF5SPdn2hH7cJ1A4 SBCcZRT0HJbjB8iDyrjZUC6+aCjeZkTdQdft+STG73wA1InSDZxnP7WWAE/AmK3x Ro2cHm9itu0tw/NPIHwTiBS7SV3xExVAuQ5m6gHHey7ipeTzZlQeqN1Rp9rewka3 hou22bIpyHTHs6eDGThonhJifiHsMq7fcfDC/WniSC9fifqh29n7qSw3QyTTaV/I aZ2J63w28hSJ0w1FJQZSxWBLkAMF8FCs4TWnXXR8g1IWr4PBD0Wk++JtpyJyeYYN Soi9/uywlY5Gfn3lY4EWIdgRCVcqeOR6CeYJehpRoFVNW/aRjThPtekchlmAQhA= =9m31 -----END PGP SIGNATURE----- --=-anGJtsr6XE9mHYSy5Mbj-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---