search for: old_if

Displaying 4 results from an estimated 4 matches for "old_if".

Did you mean: old_lf
2003 Apr 23
0
apsfilter warning: unknown option 'myhost.mydomain.com'
...segment ==================================== #----------------------------------------------------------------------------- # Parse the command line options (via -C, -Z and -o). #----------------------------------------------------------------------------- if [ "$CLASS$Z_OPTS" ]; then old_ifs="$IFS" IFS=:, set -- $CLASS $Z_OPTS IFS="$old_ifs" unset old_ifs for option; do case "$option" in lo|low) # printing quality QUALITY=low ;; ... ... *) # unknown option...
2006 Nov 08
2
Problems with yum/rpm and %pre scriptlet error 255
I am running xen (2.6.16-xen3_86.1_rhel4.1) on top of a stock CentOS-4.4 installation. I have not added any additional virtual machines however. When trying to install (as root) acrobat reader 7 for Linux from the adobe rpm (AdobeReader_enu.i386 7.0.8-1) I get the following errors: error: %pre(AdobeReader_enu-7.0.8-1.i386) scriptlet failed, exit status 255 error: install: %pre scriptlet
2003 Jun 27
0
dealing with renamed files
...sh TO_DO=' - Secure shell script - Find out how to secure shell scripts - Do filename escaping beforehand - Provide Tar-like "-C" command line option ' tmpfile=md5_rename_tmp find -type f -print0 | xargs -0 md5sum > "$tmpfile" for file in "$@" ; do old_IFS="$IFS" IFS=' ' for new_line in `cat "$file"` ; do IFS="$old_IFS" new_md5=`echo "$new_line" | cut -d' ' -f1` new_pathname=`echo "$new_line" | cut -d' ' -f3-`...
2011 May 25
1
Hook script to preserve one partition untouched during install
This hook script tries to address the fact that a RHEV-H installation will format all the storage devices available in the machine in order to create HostVG and AppVG with all the available space. It may be the case that RHEV-H needs to respect and co-exist with a proposed partitioning scheme, not getting all the storage space for HostVG and AppVG volume groups. The proposed solution adds the