mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
integrate-distro.sh: Ongoing improvements
- Add psmisc, ntp und acpid to openSUSE 13.1 - Using jux-run-1.2.2-119p02 for openSUSE 13.1 Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
165bb77eb9
commit
17605f09be
1 changed files with 7 additions and 2 deletions
|
|
@ -158,9 +158,12 @@ case $suse_version in
|
||||||
usbutils
|
usbutils
|
||||||
aufs-util
|
aufs-util
|
||||||
db48-utils
|
db48-utils
|
||||||
|
psmisc
|
||||||
|
ntp
|
||||||
|
acpid
|
||||||
"
|
"
|
||||||
special_pkgs="
|
special_pkgs="
|
||||||
jux-run
|
jux-run-1.2.2-119p02
|
||||||
jux-client-run
|
jux-client-run
|
||||||
feedfsd-run
|
feedfsd-run
|
||||||
feedfs-local-run
|
feedfs-local-run
|
||||||
|
|
@ -1022,12 +1025,14 @@ insserv_all()
|
||||||
|
|
||||||
case $suse_version in
|
case $suse_version in
|
||||||
11.4)
|
11.4)
|
||||||
run_chroot /sbin/insserv -de $services;;
|
run_chroot /sbin/insserv -de $services
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
local s
|
local s
|
||||||
for s in $services; do
|
for s in $services; do
|
||||||
run_chroot systemctl enable $s.service
|
run_chroot systemctl enable $s.service
|
||||||
done
|
done
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue