Browse Source

Reduce our "--norc --noprofile --posix" to "--noprofile" (just one arg) in order to make the brain-dead Linux loader happy which passed the complete command line as one single argument. Hell, do I like this nasty Unix flavor...

master
parent
commit
f3263a6aa4
  1. 4
      openpkg/openpkg.spec
  2. 2
      openpkg/rc

4
openpkg/openpkg.spec

@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
%define V_openpkg 20020206
%define R_openpkg 20020206
%define V_openpkg 20020208
%define R_openpkg 20020208
# the used software versions
%define V_rpm 4.0.2

2
openpkg/rc

@ -1,4 +1,4 @@
#!@l_prefix@/lib/openpkg/bash --norc --noprofile --posix
#!@l_prefix@/lib/openpkg/bash --noprofile
##
## @l_prefix@/etc/rc -- Run-Command Handling for OpenPKG Hierarchy
## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH

Loading…
Cancel
Save