Hello community, here is the log from the commit of package tunctl checked in at Sat May 31 12:29:41 CEST 2008. -------- --- tunctl/tunctl.changes 2008-04-14 13:30:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/tunctl/tunctl.changes 2008-05-29 16:23:59.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 29 16:22:25 CEST 2008 - mt@suse.de + +- Fixed swapped -n and -p options in tunctl-tun-support.diff + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tunctl.spec ++++++ --- /var/tmp/diff_new_pack.ST5838/_old 2008-05-31 12:29:28.000000000 +0200 +++ /var/tmp/diff_new_pack.ST5838/_new 2008-05-31 12:29:28.000000000 +0200 @@ -17,7 +17,7 @@ Group: System/Management AutoReqProv: on Version: 20070815 -Release: 1 +Release: 10 Summary: User Mode Linux tunctl utility Source0: uml_utilities_%{version}.tar.bz2 Patch1: uml-utilities-tunctl-dont-strip.diff @@ -62,6 +62,8 @@ rm -rf "%{buildroot}" %changelog +* Thu May 29 2008 mt@suse.de +- Fixed swapped -n and -p options in tunctl-tun-support.diff * Mon Apr 14 2008 skh@suse.de - update to uml_utilities_20070815 - adjusted uml-utilities-tunctl-tun-support.diff accordingly ++++++ uml-utilities-tunctl-tun-support.diff ++++++ --- /var/tmp/diff_new_pack.ST5838/_old 2008-05-31 12:29:28.000000000 +0200 +++ /var/tmp/diff_new_pack.ST5838/_new 2008-05-31 12:29:28.000000000 +0200 @@ -1,6 +1,5 @@ -diff -Naur ../tools-20070815.orig/tunctl/tunctl.c ./tunctl/tunctl.c ---- ../tools-20070815.orig/tunctl/tunctl.c 2007-08-15 17:10:03.000000000 +0200 -+++ ./tunctl/tunctl.c 2008-04-14 13:27:00.000000000 +0200 +--- tunctl/tunctl.c ++++ tunctl/tunctl.c 2008/05/29 14:21:06 @@ -22,12 +22,15 @@ static void Usage(char *name) { @@ -35,12 +34,12 @@ case 'f': file = optarg; break; -+ case 'n': ++ case 'p': + if(type != 0) + Usage(name); + type = IFF_TAP; + break; -+ case 'p': ++ case 'n': + if(type != 0) + Usage(name); + type = IFF_TUN; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de