rc: add 'lo' to the SERVICES array of rc.conf

This commit is contained in:
Juergen Daubert 2014-05-08 11:11:46 +02:00
parent 1376054036
commit b88ba97fe2
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
49523b36db24792e3e70be2190f2e64a inittab
73d785cc2b05907e5599c1ee3954570b rc
c8fe38143dffbbc628a7a33966fae408 rc.conf
670f547fca904321c968c61a73714a63 rc.conf
afe5cd67920474246ae74e54a9845339 rc.fix
d1be35927946756c68242f29c16ee983 rc.local
394d5cff98ab59fd1a0ec64fe79292cb rc.modules

View File

@ -3,8 +3,8 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=rc
version=2.28
release=2
version=2.29
release=1
source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
build() {

View File

@ -7,6 +7,6 @@ KEYMAP=us
TIMEZONE=UTC
HOSTNAME=host
SYSLOG=sysklogd
SERVICES=(net crond)
SERVICES=(lo net crond)
# End of file