summaryrefslogtreecommitdiffstats
path: root/base/aaabasicfs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-04 18:31:35 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-04 18:31:35 +0200
commit45edc47121d4fd385982c154b4774933382c82bb (patch)
tree9adf09dce45a68975ab6366d13fd3410ef3fa4c2 /base/aaabasicfs/Pkgfile
parentcb3e8b7946ef90ddf306bdf458749aee61a0398a (diff)
downloadnutyx-pakxe-45edc47121d4fd385982c154b4774933382c82bb.tar.gz
nutyx-pakxe-45edc47121d4fd385982c154b4774933382c82bb.tar.bz2
nutyx-pakxe-45edc47121d4fd385982c154b4774933382c82bb.tar.xz
nutyx-pakxe-45edc47121d4fd385982c154b4774933382c82bb.zip
maj aaabasicfs#04072010-1
Diffstat (limited to 'base/aaabasicfs/Pkgfile')
-rw-r--r--base/aaabasicfs/Pkgfile15
1 files changed, 9 insertions, 6 deletions
diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile
index 1b65ea798..555dc7a4e 100644
--- a/base/aaabasicfs/Pkgfile
+++ b/base/aaabasicfs/Pkgfile
@@ -5,13 +5,13 @@
name=aaabasicfs
version=2010
-release=rc2
-scriptsversion=lfs-bootscripts-20100529
+release=04072010
+scriptsversion=lfs-bootscripts-20100627
BLFSscriptsversion=20090302
source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\
http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-$BLFSscriptsversion.tar.bz2
- hosts fstab inittab message inputrc network rc \
- profile dircolors.sh extrapaths.sh bash_profile bashrc bashrc.etc lfs-bootscripts-01.patch \
+ hosts fstab inittab message inputrc network rc splashy_stop\
+ profile dircolors.sh extrapaths.sh bash_profile bashrc bashrc.etc lfs-bootscripts-02.patch \
nu readline.sh unmask.sh X.sh bashrc )
@@ -66,7 +66,7 @@ named:x:20:20:BIND Owner:/home/named:/bin/false
gdm:x:21:21:GDM Daemon User:/dev/null:/bin/bash
fcron:x:22:22:Fcron User:/dev/null:/bin/false
kdm:x:23:23:KDM Daemon User:/dev/null:/bin/bash
-fpache:x:25:25:Apache Server:/dev/null:/bin/false
+apache:x:25:25:Apache Server:/dev/null:/bin/false
smmsp:x:26:26:Sendmail Daemon:/dev/null:/bin/false
polkituser:x:27:27:Policy Kit Daemon User:/dev/null:/bin/false
mysql:x:40:40:MySQL Server:/dev/null/:bin/false
@@ -75,6 +75,7 @@ rsyncd:48:48:rsyncd Daemon:/home/rsync:/bin/false
sshd:x:50:50:sshd PrivSep:/var/lib/sshd:/bin/false
policykit:x:62:62:PolicyKit:/:/sbin/nologin
tomcat:x:66:66:Tomcat Server:/opt/tomcat:/bin/false
+avahi:x:85.85:Avahi daemon:/:/bin/false
clamav:x:97:97:Clamav Antivirus:/dev/null:/bin/false
anonymous:x:98:1000::/home/anonymous:/bin/false
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
@@ -119,6 +120,7 @@ fuse:x:65:
tomcat:x:66:
scanner:x:70:
vboxusers:x:80:
+avahi:x:85:
clamav:x:97:
nogroup:x:99:
users:x:100:
@@ -146,7 +148,7 @@ EOF
chmod -v 664 $PKG/var/run/utmp $PKG/var/log/lastlog
# Bootscripts
cd $scriptsversion
- patch -Np1 -i ../lfs-bootscripts-01.patch
+ patch -Np1 -i ../lfs-bootscripts-02.patch
make DESTDIR=$PKG install
# Rename network script
mv $PKG/etc/rc.d/init.d/{network,iplink}
@@ -169,6 +171,7 @@ EOF
cp -v bash_profile $PKG/root/.bash_profile
cp -v bashrc $PKG/root/.bashrc
mkdir -p $PKG/root/bin
+ cp -v splashy_stop $PKG/root/bin
cp -v nu $PKG/root/bin
# Customise startup scripts
cat > $PKG/var/lib/pkg/blfs-bootscripts << "EOF"