more tuning of the silly whitelist.

This commit is contained in:
mtbishop 2008-01-22 09:37:51 +00:00
parent 5023cbf40c
commit 1cfe5b3301
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: vtun.spec,v 1.24.2.7 2008/01/22 09:20:05 mtbishop Exp $ # $Id: vtun.spec,v 1.24.2.8 2008/01/22 09:37:51 mtbishop Exp $
# By default, builds without socks-support. # By default, builds without socks-support.
# To build with socks-support, issue: # To build with socks-support, issue:
@ -19,7 +19,7 @@
# expansion of the previous part. # expansion of the previous part.
# get the distro mark (eg rh70) # get the distro mark (eg rh70)
%define _dis %(rpm -qf /etc/issue 2>/dev/null|sed 's/-release//;s/redhat/rh/;s/mandrake/mdk/;s/fedora/fc/;s/openlinux/ol/;s/whitebox/wb/') %define _dis %(rpm -qf /etc/issue 2>/dev/null|sed 's/-release.*//;s/redhat/rh/;s/mandrake/mdk/;s/fedora/fc/;s/openlinux/ol/;s/whitebox/wb/')
%define _tro %(rpm -qf --qf "%%{version}" /etc/issue | sed 's/\\.//g' ) %define _tro %(rpm -qf --qf "%%{version}" /etc/issue | sed 's/\\.//g' )
%define rc_dir_suse /etc/init.d %define rc_dir_suse /etc/init.d