Search Criteria
Package Details: ypserv 4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ypserv.git (read-only, click to copy) |
|---|---|
| Package Base: | ypserv |
| Description: | Linux NIS Server |
| Upstream URL: | https://github.com/thkukuk/ypserv |
| Licenses: | GPL2 |
| Submitter: | arojas |
| Maintainer: | bidulock |
| Last Packager: | bidulock |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-06 19:23 (UTC) |
| Last Updated: | 2022-08-06 05:21 (UTC) |
Dependencies (8)
- gawk (gawk-gitAUR)
- gdbm (gdbm-gitAUR)
- libsystemd (unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-remove-birthdate-libsAUR, systemd-libs-selinuxAUR, systemd-libs)
- yp-toolsAUR
- docbook-xml (make)
- docbook-xsl (make)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR) (make)
- libxslt (libxslt-gitAUR) (make)
Latest Comments
bidulock commented on 2018-05-31 07:34 (UTC)
I prefer to have configure.ac get autoconf to define HAVE_PATHS_H
mrshannon commented on 2018-05-29 20:13 (UTC)
ypserv 4.0 places its pid file in /etc by default. Add
sed -i 's/etc/run/g' lib/pidfile.h
before building to fix this.