mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
aufs-util
|
||||
db48-utils
|
||||
psmisc
|
||||
ntp
|
||||
acpid
|
||||
"
|
||||
special_pkgs="
|
||||
jux-run
|
||||
jux-run-1.2.2-119p02
|
||||
jux-client-run
|
||||
feedfsd-run
|
||||
feedfs-local-run
|
||||
|
|
@ -1022,12 +1025,14 @@ insserv_all()
|
|||
|
||||
case $suse_version in
|
||||
11.4)
|
||||
run_chroot /sbin/insserv -de $services;;
|
||||
run_chroot /sbin/insserv -de $services
|
||||
;;
|
||||
*)
|
||||
local s
|
||||
for s in $services; do
|
||||
run_chroot systemctl enable $s.service
|
||||
done
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue