Search Criteria
Package Details: aria2-daemon-svn 4-2
Git Clone URL: | https://aur.archlinux.org/aria2-daemon-svn.git (read-only, click to copy) |
---|---|
Package Base: | aria2-daemon-svn |
Description: | Daemon scripts for aria2c. |
Upstream URL: | http://code.google.com/p/ude-aria2-daemon/ |
Licenses: | |
Submitter: | None |
Maintainer: | yhfudev |
Last Packager: | yhfudev |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2011-01-18 05:45 |
Last Updated: | 2015-06-09 16:31 |
Latest Comments
yhfudev commented on 2014-02-26 00:40
This package is updated by https://aur.archlinux.org/packages/aria2c-daemon/
Anonymous comment on 2011-01-18 18:16
Thanks, used most of what you provided, though the permissions on /etc/aria2c/aria2c.conf have to be 600 since they contain usernames and passwords.
Anonymous comment on 2011-01-18 10:11
And it's a little weird that your install script isn't named after the pkgname. That doesn't do any harm, but it's not perfect.
Anonymous comment on 2011-01-18 10:03
Sorry I made a little mistake, here's a correct version http://codepad.org/UkEH7hBT
Anonymous comment on 2011-01-18 09:55
Hi there
The usage of startdir has been deprecated for a long time now. Please use ${srcdir} instead of ${startdir}/src and ${pkgdir} instead of ${startdir}/pkg. And you cp-lines are better done with the install command. Here's my corrected version, feel free to use it http://codepad.org/ffy5CvuR