From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87A5C1384FD for ; Thu, 17 Jan 2013 03:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D0A21C07C; Thu, 17 Jan 2013 03:14:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76D0C21C07C for ; Thu, 17 Jan 2013 03:14:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A8DF33D9B3 for ; Thu, 17 Jan 2013 03:14:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D8949E4073 for ; Thu, 17 Jan 2013 03:14:39 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1358392665.8328b8836021e638a9b18640df4eb9f64bdcc812.vapier@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/rc-functions.sh.in X-VCS-Directories: sh/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8328b8836021e638a9b18640df4eb9f64bdcc812 X-VCS-Branch: master Date: Thu, 17 Jan 2013 03:14:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5068d78-fd23-473a-8f50-231388c12ffd X-Archives-Hash: 223e65047dc0f11d84a18854833faa33 commit: 8328b8836021e638a9b18640df4eb9f64bdcc812 Author: Mike Frysinger gentoo org> AuthorDate: Thu Jan 17 03:17:08 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jan 17 03:17:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=8328b883 rc-functions.sh: add ceph to net fs list X-Gentoo-Bug: 452552 X-Gentoo-Bug-URL: https://bugs.gentoo.org/452552 Reported-by: Tomas Mozes gmail.com> Signed-off-by: Mike Frysinger gentoo.org> --- sh/rc-functions.sh.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index 7fe1294..d52b82e 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -38,7 +38,7 @@ stop_addon() ( import_addon "$1-stop" ) } -net_fs_list="afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre +net_fs_list="afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs nfs nfs4 ocfs2 shfs smbfs" is_net_fs() {