summaryrefslogtreecommitdiff
path: root/net-ftp/ftpbase
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-ftp/ftpbase
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-ftp/ftpbase')
-rw-r--r--net-ftp/ftpbase/files/ftp-pamd-include17
-rw-r--r--net-ftp/ftpbase/files/ftp.service10
-rw-r--r--net-ftp/ftpbase/files/ftpusers36
-rw-r--r--net-ftp/ftpbase/ftpbase-0.01-r6.ebuild39
-rw-r--r--net-ftp/ftpbase/metadata.xml12
5 files changed, 0 insertions, 114 deletions
diff --git a/net-ftp/ftpbase/files/ftp-pamd-include b/net-ftp/ftpbase/files/ftp-pamd-include
deleted file mode 100644
index c410527c8a60..000000000000
--- a/net-ftp/ftpbase/files/ftp-pamd-include
+++ /dev/null
@@ -1,17 +0,0 @@
-# Provided by ftpbase (dont remove this line!)
-# Standard pam.d file for ftp service packages.
-
-auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
-auth include system-auth
-
-# If this is enabled, anonymous logins will fail because the 'ftp' user does
-# not have a "valid" shell, as listed in /etc/shells.
-#
-# If you enable this, it is recommended that you do *not* give the 'ftp'
-# user a real shell. Instead, give the 'ftp' user /bin/false for a shell and
-# add /bin/false to /etc/shells.
-# auth required pam_shells.so
-
-account include system-auth
-
-session include system-auth
diff --git a/net-ftp/ftpbase/files/ftp.service b/net-ftp/ftpbase/files/ftp.service
deleted file mode 100644
index 9194b45a8364..000000000000
--- a/net-ftp/ftpbase/files/ftp.service
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
-<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
-
-<service-group>
- <name replace-wildcards="yes">File Transfer Protocol (FTP) on %h</name>
- <service>
- <port>21</port>
- <type>_ftp._tcp</type>
- </service>
-</service-group>
diff --git a/net-ftp/ftpbase/files/ftpusers b/net-ftp/ftpbase/files/ftpusers
deleted file mode 100644
index 7754be9b7fc8..000000000000
--- a/net-ftp/ftpbase/files/ftpusers
+++ /dev/null
@@ -1,36 +0,0 @@
-# Provided by ftpbase (dont remove this line!)
-# /etc/ftpusers: list of users disallowed FTP access
-
-halt
-operator
-root
-shutdown
-sync
-bin
-daemon
-adm
-lp
-mail
-postmaster
-news
-uucp
-man
-games
-at
-cron
-www
-named
-squid
-gdm
-mysql
-postgres
-guest
-nobody
-alias
-qmaild
-qmaill
-qmailp
-qmailq
-qmailr
-qmails
-postfix
diff --git a/net-ftp/ftpbase/ftpbase-0.01-r6.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r6.ebuild
deleted file mode 100644
index 2d09dfa76980..000000000000
--- a/net-ftp/ftpbase/ftpbase-0.01-r6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pam
-
-DESCRIPTION="File Transfer Protocol (FTP) base layout"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="pam zeroconf"
-
-DEPEND="
- pam? ( sys-libs/pam )
- zeroconf? ( net-dns/avahi )
-"
-
-RDEPEND="
- acct-group/ftp
- acct-user/ftp
-"
-
-src_install() {
- # The ftpusers file is a list of people who are NOT allowed
- # to use the ftp service.
- insinto /etc
- doins "${FILESDIR}/ftpusers"
-
- use pam && newpamd "${FILESDIR}"/ftp-pamd-include ftp
-
- if use zeroconf; then
- insinto /etc/avahi/services
- doins "${FILESDIR}/ftp.service"
- fi
-}
diff --git a/net-ftp/ftpbase/metadata.xml b/net-ftp/ftpbase/metadata.xml
deleted file mode 100644
index cdde3e628da2..000000000000
--- a/net-ftp/ftpbase/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <stabilize-allarches/>
- <use>
- <flag name="zeroconf">Enable support for zero-configuration networking via Avahi.</flag>
- </use>
-</pkgmetadata>