[Frugalware-git] systemd: systemd-15-5-i686 *added backup *enable automount by default
bouleetbil
bouleetbil at frogdev.info
Sat Nov 27 22:07:17 CET 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=b886b3b42986f50fb2020f3c9fc9ca17d8e4de98
commit b886b3b42986f50fb2020f3c9fc9ca17d8e4de98
Author: bouleetbil <bouleetbil at frogdev.info>
Date: Sat Nov 27 22:10:46 2010 +0000
systemd-15-5-i686
*added backup
*enable automount by default
diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 932fae0..2d72f5a 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -5,7 +5,7 @@ USE_CRYPTSETUP=${USE_CRYPTSETUP:-"n"}
pkgname=systemd
pkgver=15
-pkgrel=4
+pkgrel=5
pkgdesc="A System and Service Manager"
url="http://www.freedesktop.org/wiki/Software/systemd"
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2 Frugalware.diff \
@@ -23,7 +23,7 @@ groups=('base')
archs=('i686' 'x86_64' 'ppc')
#TODO : Remove backup, source rc for SysVinit when all rc scripts used systemd
-backup=(etc/{inittab,rc.d/rc.local})
+backup=(etc/{inittab,rc.d/rc.local} etc/systemd/system.conf)
replaces=('sysvinit')
provides=('sysvinit')
@@ -50,8 +50,11 @@ build()
Fautoreconf
Fmake
Fmakeinstall
+ #auto mount
+ Fsed "#MountAuto=yes" "MountAuto=yes" $Fdestdir/etc/systemd/system.conf
+ Fsed "#SwapAuto=yes" "SwapAuto=yes" $Fdestdir/etc/systemd/system.conf
- #Create SysV compatibility symlinks.
+ #CreateSysV ompatibility smlinks.
Fmkdir sbin
Fln /bin/systemd /sbin/init
Fln /bin/systemctl /sbin/reboot
More information about the Frugalware-git
mailing list