Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779193 - systemd.eclass: copy/paste-o in docstring
Summary: systemd.eclass: copy/paste-o in docstring
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-30 01:54 UTC by Michael Orlitzky
Modified: 2021-03-30 13:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2021-03-30 01:54:23 UTC
This @FUNCTION name was overlooked when the function was renamed:

# @FUNCTION: _systemd_get_unitdir                                               
# @INTERNAL                                                                     
# @DESCRIPTION:                                                                 
# Get unprefixed unitdir.                                                       
_systemd_get_systemunitdir() {
    _systemd_get_dir systemdsystemunitdir /lib/systemd/system
}
Comment 1 Larry the Git Cow gentoo-dev 2021-03-30 13:28:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7470947b731a6472aa5f6bda9b55a7b43b11b271

commit 7470947b731a6472aa5f6bda9b55a7b43b11b271
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-03-30 13:25:28 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-03-30 13:28:27 +0000

    systemd.eclass: fix documentation for _systemd_get_systemunitdir
    
    Closes: https://bugs.gentoo.org/779193
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/systemd.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)