Browse Source

util-vserver: fixed pre-start script to find util-vserver-vars in th enew location

master
Nagy Károly Gábriel 10 years ago
parent
commit
43fc69976a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pkgs/util-vserver/D%sysconfdir_vservers_.defaults_scripts_pre-start.sh

+ 2
- 2
pkgs/util-vserver/D%sysconfdir_vservers_.defaults_scripts_pre-start.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/sheba/pkgs/util-vserver/D%sysconfdir_vservers_.defaults_scripts_pre-start.sh # Filename: target/sheba/pkgs/util-vserver/D%sysconfdir_vservers_.defaults_scripts_pre-start.sh
# Copyright (C) 2008 - 2010 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
. D_libdir/util-vserver/util-vserver-vars
. D_datadir/util-vserver/util-vserver-vars
if grep -q '[ ]/dev[ ]' "$__CONFDIR/$2/fstab"; then if grep -q '[ ]/dev[ ]' "$__CONFDIR/$2/fstab"; then
# guest has /dev as tmpfs # guest has /dev as tmpfs

Loading…
Cancel
Save