Search Criteria
Package Details: smcroute 2.5.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/smcroute.git (read-only, click to copy) |
|---|---|
| Package Base: | smcroute |
| Description: | command line tool to manipulate kernel multicast routing |
| Upstream URL: | https://troglobit.com/smcroute.html |
| Licenses: | GPL2 |
| Provides: | mcsender, smcroute |
| Submitter: | None |
| Maintainer: | bidulock (Malvineous) |
| Last Packager: | Malvineous |
| Votes: | 6 |
| Popularity: | 0.009477 |
| First Submitted: | 2012-03-05 09:52 (UTC) |
| Last Updated: | 2024-09-20 03:15 (UTC) |
Dependencies (3)
- bash (bash-devel-gitAUR, bash-gitAUR)
- libcap
- libsystemd.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
Latest Comments
electricant commented on 2020-04-08 08:52 (UTC)
PKGBUILD should be edited as follows:
This way it looks for /etc/smcroute.conf instead of /usr/etc/smcroute.conf.
Moreover, on my raspberry pi, the provided systemd service does not start: it timeouts looking for a PID file which is never created. By default smcrouted creates PID files in /usr/var/run/smcroute.pid such file however is never created because /usr/var/run does not exist. The solution was to create such directory.
codyps commented on 2020-01-24 20:01 (UTC)
This currently looks for
/usr/etc/smcroute.confinstead of/etc/smcroute.confwhen starting the service. Probably a build configuration issue.