Skip to content

Commit

Permalink
acct-user/sendpage: add user for net-dialup/sendpage
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781371
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Apr 11, 2021
1 parent b9adb36 commit efa206c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions acct-user/sendpage/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>
13 changes: 13 additions & 0 deletions acct-user/sendpage/sendpage-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for net-dialup/sendpage"

ACCT_USER_GROUPS=( "sms" )
ACCT_USER_ID="406"

acct-user_add_deps

0 comments on commit efa206c

Please sign in to comment.