diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-25 16:49:31 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-25 16:49:31 +0200 |
commit | 76ffe9f1bbef850b22a6dd030d8f7a086ce7fe14 (patch) | |
tree | ee031c9903c32630378826ae9855770bafeb385e /community | |
parent | 9e0078f8e8ab0a3b2e3e4812b380fbed384a027b (diff) | |
parent | aa2f414743bd0ca41ee63e7a26ac543a4f91b22f (diff) |
Merge branch 'master' of git+ssh://parabola-git/srv/git/abslibre-mips64el
Diffstat (limited to 'community')
-rw-r--r-- | community/fcron/systab.orig | 4 | ||||
-rw-r--r-- | community/oss/PKGBUILD | 2 | ||||
-rw-r--r-- | community/pdnsd/PKGBUILD | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/community/fcron/systab.orig b/community/fcron/systab.orig new file mode 100644 index 000000000..5b0045626 --- /dev/null +++ b/community/fcron/systab.orig @@ -0,0 +1,4 @@ +&bootrun 01 * * * * /usr/sbin/run-cron /etc/cron.hourly +&bootrun 02 00 * * * /usr/sbin/run-cron /etc/cron.daily +&bootrun 22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly +&bootrun 42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly diff --git a/community/oss/PKGBUILD b/community/oss/PKGBUILD index 48ccac808..3ac93b2ab 100644 --- a/community/oss/PKGBUILD +++ b/community/oss/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=oss pkgname=(oss libflashsupport-oss) pkgver=4.2_2006 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://developer.opensound.com/" license=('GPL2') makedepends=('gtk2') diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index 54966e291..a8c7f9572 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdnsd pkgver=1.2.9 pkgrel=2 pkgdesc="Is a proxy DNS server with permanent caching" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64 mips64el) url="http://members.home.nl/p.a.rombouts/pdnsd/" license=('GPL') depends=('glibc') |