Age | Commit message (Collapse) | Author |
|
|
|
This reflects the mainline PKGBUILD. Depend on systemd, rather than systemd-tools
and only optdepend on sysvinit.
|
|
Conflicts:
Makefile
rc.conf
rc.sysinit
|
|
This makes sure that systemd supports some initscripts API's. With this
patch, systemd will:
* Parse and use DAEMONS and MODULES from rc.conf
* Run rc.local and rc.local.shutdown on boot and shutdown respectively
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
PKGBUILD
rc.sysinit
|
|
This patch addresses the issues with my previous patch submission here:
https://mailman.archlinux.org/pipermail/arch-projects/2012-June/002990.html
The notable changes between this patch and the previous one are below:
-- this patch does not rename set_timezone()
-- 'filesystems' and 'bash' are left as-is
-- everything is in one patch, not two
-- the 'makedepends' change is no longer relevant because the duplication
of it was already removed in a later commit
Regarding the capitalization of "Btrfs", it seems that upstream prefers
"Btrfs".[1][2]
Regarding 'https://' vs. 'http://', I left this change in the patch
because stating 'https://www.archlinux.org' in the start-up messages
doesn't force anyone to use HTTPS over HTTP. It simply shows that HTTPS
is available for use. If someone really doesn't want to use HTTPS, they
don't have to. Finally, Dan McGee stated that HTTPS will be used all the
time soon.[3]
[1] https://oss.oracle.com/projects/btrfs/
[2] https://btrfs.wiki.kernel.org/index.php/Main_Page
[3] https://bugs.archlinux.org/task/30486#comment96222
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
|
|
|
|
This really does not matter very much, as this PKGBUILD file is for
convenience when building from git only. However, it just tripped
me up and caused me some needless head-scratching, so sort it out.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
|
|
We no longer use grep.
Suggested-by: Igor Podlesny <for.poige+archlinux@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
hostname.5.txt
locale.conf.5.txt
|
|
No point in reinventing the wheel.
These and other tools are shipped in the systemd-tools
package. Functionality should be unchanged, but we no
longer have to maintain the code.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
Conflicts:
Makefile
|
|
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
|
|
Udev requires devtmpfs to work, so no point in pretending that the system will work without it.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
HEAD
Conflicts:
functions
|
|
Using seconds from epoch will cause 'makepkg -i' to fail. Lame.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
|
|
Conflicts:
PKGBUILD
|
|
This is not very useful, is not maintained, has open serious bugs. Better
to admit that it does not work and just remove it. Someone could easily
make an AUR package with a hook, if they want it and can make it work
as expected.
The only case where this would be useful is in case lvm monitoring is in use
and dmeventd sends out a message to syslog before syslog-ng is started
(there is a very small window). However, not even this works atm (as far
as I know) due to bugs in minilogd.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
We now require udev 173, and the manpages use asciidoc.
|
|
Thanks to Elvis Stansvik <elvstone@gmail.com> for its template.
Fix bug: FS#25269
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
Conflicts:
functions
|
|
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
|
|
Conflicts:
functions
|
|
Provide large warnings when net-tools functionality is used. Add
documentation in rc.conf for the new iproute2 based config.
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
|
|
|
|
If we're going to use a Makefile for minilogd, we might as well use it
for everything. This has some moving pieces:
* fix minilogd rule: minilogd.o is a target dep not a build rule
* rename adjtime.cron => adjtime
* fixup PKGBUILD to account for changes
Signed-off-by: Tom Gundersen <teg@jklm.no>
|
|
* sed and awk are no longer used
* ncurses is indirectly provided by readline, but readline might not be
compiled against ncurses
Close FS#22966
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Seblu <seblu@seblu.net>
|
|
This builds straight out of a git checkout.
Add generated packages to .gitignore
|