VirtualBox

Ignore:
Timestamp:
Dec 10, 2012 2:36:06 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82593
Message:

Installer/linux: src/VBox/Installer/linux/scripts/VBoxHeadlessXOrg.sh and install_service.sh fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install_service/init_template.sh

    r44049 r44081  
    212212}
    213213
    214 type pidofproc >/dev/null 2>&1 ||
     214# We prefer our own implementations of pidofproc and killproc over falling back
     215# to distribution ones with unknown quirks.
     216# type pidofproc >/dev/null 2>&1 ||
    215217    pidofproc()
    216218    {
     
    221223    }
    222224
    223 type killproc >/dev/null 2>&1 ||
     225# type killproc >/dev/null 2>&1 ||
    224226    killproc()
    225227    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette