-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server port option #6
base: master
Are you sure you want to change the base?
Conversation
Conflicts: .gitignore deb/build_deb.sh deb/scripts/_after-install.sh
@@ -2,4 +2,4 @@ | |||
|
|||
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | |||
|
|||
ldconfig | |||
ldconfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer files to all end in a newline. I cleaned this up when I applied your patches for creating deb packages -- why did this change again in this patch series?
This can all be folded into a single patch, but it should at least be rebased against master before any merge. Please resend this PR after a clean rebase against the target branch. For instance, from the commandline:
... or you can fold the changes into one pretty easily like so:
note: only use the |
09a1346
to
655afcf
Compare
I added
-p
option to make server port configurable