close
Skip to content

Debian fixes - #2

Open
clopez wants to merge 6 commits into
linux-vserver:masterfrom
clopez:debian-fixes
Open

Debian fixes#2
clopez wants to merge 6 commits into
linux-vserver:masterfrom
clopez:debian-fixes

Conversation

@clopez

@clopez clopez commented May 25, 2013

Copy link
Copy Markdown

This pull request includes the fixes that I made until today to util-vserver while working on the Debian package available at git://git.debian.org/git/pkg-vserver/pkg-vserver.git

micah and others added 6 commits May 25, 2013 21:59
 * Fix lintian warnings:
   * manpage-has-errors-from-man
   * manpage-has-bad-whatis-entry

 * Fix spelling error:
   * I: util-vserver: spelling-error-in-manpage
        -> informations information
 * This adds two new utilities: viotop and vhtop following the vtop model.

 * With viotop and vhtop you can execute iotop and htop utilities and show
   the stats for all the processes on the system, instead of only the ones
   in the current s_context.
 * possible bashism ($"foo" should be eval_gettext "foo").

 * but gettext.sh is not sourced, neither translations are
   available, so just replaced 'echo $"foo"' with 'echo "foo"'.
@dhozac

dhozac commented Sep 14, 2013

Copy link
Copy Markdown
Member

Aside from the "bashisms" commit, this looks pretty mergeable. Any chance you could get rid of that? util-vserver is explicitly a bash-only project.

@clopez

clopez commented Sep 14, 2013

Copy link
Copy Markdown
Author

Then, why the headers of the files are #!/bin/sh instead of #!/bin/bash ????

If you want to target bash scripting, you should fix the shebang.

@glensc

glensc commented Jan 13, 2014

Copy link
Copy Markdown
Contributor

@dhozac imho you can merge this and just reseting last commit out (last commit is what you don't like)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants