Skip to content

Comments

Debian fixes#2

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

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

Conversation

@clopez
Copy link

@clopez clopez commented May 25, 2013

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
Copy link
Member

dhozac commented Sep 14, 2013

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
Copy link
Author

clopez commented Sep 14, 2013

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
Copy link
Contributor

glensc commented Jan 13, 2014

@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