This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/openrc-run | |
# Copyright 1999-2011 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License, v2 or later | |
# $Id$ | |
extra_started_commands="reload" | |
depend() { | |
need localmount | |
after bootmisc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Alexey D. <[email protected]> | |
# Contributor: Jan de Groot <[email protected]> | |
# Contributor: Link Dupont <[email protected]> | |
# Contributor: artoo at manjaro.org | |
# Contributor: nous at archlinux.us | |
_pkgname=dbus | |
_gentoo_uri="https://raw.githubusercontent.com/gentoo/gentoo/master/sys-apps/dbus/files" | |
pkgname=dbus-openrc | |
pkgver=1.10.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id: PKGBUILD 282924 2016-12-07 16:49:26Z andyrtr $ | |
# Maintainer: AndyRTR <[email protected]> | |
# Maintainer: Tobias Powalowski <[email protected]> | |
pkgname=rpcbind-nosystemd | |
_pkgname=rpcbind | |
pkgver=0.2.4 | |
pkgrel=2 | |
pkgdesc="portmap replacement which supports RPC over various protocols" | |
arch=(i686 x86_64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/etc/init.d/dnsmasq] | |
#!/usr/bin/openrc-run | |
depend() { | |
use net | |
} | |
start() { | |
ebegin "Starting dnsmasq" | |
start-stop-daemon --start --exec /usr/bin/dnsmasq -- ${DNSMASQ_OPTS} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/openrc-run | |
set_phpvars() { | |
PHP_FPM_CONF="/etc/php/php-fpm.conf" | |
PHP_FPM_PID="/run/php-fpm.pid" | |
} | |
extra_commands="depend" | |
extra_started_commands="reload" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*************************************************************************** | |
* Copyright (c) 2013 Abdurrahman AVCI <[email protected] | |
* | |
* Permission is hereby granted, free of charge, to any person | |
* obtaining a copy of this software and associated documentation | |
* files (the "Software"), to deal in the Software without restriction, | |
* including without limitation the rights to use, copy, modify, merge, | |
* publish, distribute, sublicense, and/or sell copies of the Software, | |
* and to permit persons to whom the Software is furnished to do so, | |
* subject to the following conditions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 id="170727"><span itemprop="name">2017-07-27 -- Return of the Jedi</h1> | |
After the Great Init Purge, the Sythtemd Order installed their dark components in almost every system of the galaxy. All software was forced to depend on the greed, hatred and deception of sythtemd and the Knights of the Old Linux were either converted to the dark side or exiled to the outer rim distros. However, after the initial persecution, the most devoted and powerful Linux Knights re-grouped and... | |
<br> | |
...great pleasure and honour to announce the birth of a new project, it is! One with a very ambitious aim: to replace all the contaminated software packages of the official Arch repositories with systemd-free ones. This requires what might technically considered a mini-fork. Three new repositories, [system], [world] and [galaxy] have been created which must be placed <u><i>before</i></u> the official Arch ones. This ensures that upstream (if this term can be used anymore) updates will never break the new setup. | |
<br><br> | |
Existing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Christian Hesse <[email protected]> | |
# Contributor: Judd Vinet <[email protected]> | |
# Contributor: Gaetan Bisson <[email protected]> | |
pkgname=rssh | |
pkgver=2.3.4 | |
pkgrel=4 | |
pkgdesc='Restricted secure shell allowing only scp, sftp, cvs, rsync or rdist' | |
url='http://www.pizzashack.org/rssh/' | |
license=('custom:rssh') |
OlderNewer