]> Pileus Git - ~andy/sunrise/blob - net-misc/gns3/files/gns3-0.6.1_set_dynamips_path.patch
net-misc/freerdp: Version bump for freerdp
[~andy/sunrise] / net-misc / gns3 / files / gns3-0.6.1_set_dynamips_path.patch
1 --- GNS3-0.6.1-src.orig/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py      2009-05-13 10:57:54.000000000 +0100
2 +++ GNS3-0.6.1-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py   2009-08-17 17:07:13.000000000 +0100
3 @@ -55,6 +55,8 @@
4          # Default path to dynamips executable
5          if self.conf.path == '' and sys.platform.startswith('win'):
6              self.conf.path = unicode('C:\Program Files\GNS3\Dynamips\dynamips-wxp.exe')
7 +       else:
8 +            self.conf.path = unicode('/usr/bin/dynamips')
9              
10          # Default path to working directory
11          if self.conf.workdir == '':