From f3263a6aa4a3e15c52615df0b2adc8a64347d57e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 8 Feb 2002 15:16:00 +0000 Subject: [PATCH] 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... --- openpkg/openpkg.spec | 4 ++-- openpkg/rc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpkg/openpkg.spec b/openpkg/openpkg.spec index be043a4ca0..2d16f28f26 100644 --- a/openpkg/openpkg.spec +++ b/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 diff --git a/openpkg/rc b/openpkg/rc index 75ab74f122..3834c11fc5 100644 --- a/openpkg/rc +++ b/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