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...

Ralf S. Engelschall 24 years ago
parent
commit
f3263a6aa4
2 changed files with 3 additions and 3 deletions
  1. 2 2
      openpkg/openpkg.spec
  2. 1 1
      openpkg/rc

+ 2 - 2
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

+ 1 - 1
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