1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-05 23:35:07 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
343d82e98c Remove blank line at the start from init file
There was a blank line at the start of the file before #! /bin/sh, which declares which interpeter it has to use. With this blank line the init script will not work and will throw error "exit status 1", meaning the deamon doesn't start.

This simple edit to the file will fix that
2016-11-29 18:22:26 +01:00
4df2eb4f9c v4.22-9634-beta 2016-11-27 17:43:14 +09:00
9d09fb0566 fix conflict 2016-11-27 17:58:54 +09:00
86d87d1ac4 fix conflict 2016-11-27 17:57:00 +09:00
36591082c4 Merge pull request #231 from Leden/armv7l
Support Debian package build on ARMv7l architecture
2016-11-27 17:24:51 +09:00
6115a2f6b7 Add LSB header 2016-06-10 14:32:37 +09:00
5ffb983a85 Support Debian package build on ARMv7l architecture 2016-05-12 17:02:30 +03:00
db07b9499d Added armv5tel machine type
Building on SheevaPlug
2015-01-22 13:04:37 +03:00
219c3d3cf2 Update rules
Fixing error for Debian GNU/Linux 7 
During install launching: $ debuild binary 

Select your operating system below:
 1: Linux
 2: FreeBSD
 3: Solaris
 4: Mac OS X
 5: OpenBSD

Which is your operating system (1 - 5) ? : 
Wrong number.
make[1]: *** [configure_config] Error 1
make[1]: Leaving directory `/usr/local/src/SoftEtherVPN'
make: *** [binary] Error 2
debuild: fatal error at line 1333:
couldn't exec debian/rules:
2014-10-22 16:36:04 +02:00
9f7d8578a7 v4.10-9472-beta 2014-07-12 02:06:20 +09:00
efa56effde update debian packaging, install init script 2014-06-17 11:55:24 +08:00
7839d2939e v4.06-9437-beta 2014-04-09 11:30:07 +09:00
a3a4ad0b0a v4.06-9436-beta 2014-04-09 09:35:00 +09:00
0f49c92c31 missed a pair of quotation marks 2014-04-01 14:52:52 +00:00
759e4789f6 One can now launch the script from any location, not just debian/ 2014-04-01 14:46:02 +00:00
358357db1e -z instead of -e for non-files 2014-03-31 07:43:37 +00:00
8508f7c594 This version is more logical, less ugly, and incorporates and as described in the Debian manual. 2014-03-30 10:56:27 +00:00
86b5ea39cb quick and dirty (emphasis on dirty) debian changelog generator for SoftEtherVPN 2014-03-29 07:11:07 +00:00
ec484dba12 Adding to check for armv6l so Debian package can be built on Raspberry Pi 2014-02-09 22:26:55 -08:00
d2be460d7c v4.05-9418-beta 2014-02-06 13:20:11 +09:00
bb853cc18b v4.05-9416-beta 2014-02-06 01:36:42 +09:00
b3611304b5 Add simple debian packaging 2014-02-04 21:50:54 +00:00