summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-22 15:53:54 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-31 14:30:18 +0000
commita0d2d371b90a929d10060a8c5f37e61c9a13768c (patch)
treec9f66638289e6d8c4027f25403b7905e57e5ea84 /lib
parentUpdating comments in programs. (diff)
downloadcompute-tools-a0d2d371b90a929d10060a8c5f37e61c9a13768c.tar.xz
compute-tools-a0d2d371b90a929d10060a8c5f37e61c9a13768c.zip
Updating comments in commands.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/container/console2
-rwxr-xr-xlib/container/create2
-rwxr-xr-xlib/container/limit2
-rwxr-xr-xlib/container/list2
-rwxr-xr-xlib/container/remove2
-rwxr-xr-xlib/container/restart2
-rwxr-xr-xlib/container/start2
-rwxr-xr-xlib/container/stop2
-rwxr-xr-xlib/container/version2
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/container/console b/lib/container/console
index 9c0e796..779f3a6 100755
--- a/lib/container/console
+++ b/lib/container/console
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/create b/lib/container/create
index 17e07ff..fab9f5b 100755
--- a/lib/container/create
+++ b/lib/container/create
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/limit b/lib/container/limit
index c9ce211..c3b0ba8 100755
--- a/lib/container/limit
+++ b/lib/container/limit
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/list b/lib/container/list
index d504bdf..374942c 100755
--- a/lib/container/list
+++ b/lib/container/list
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/remove b/lib/container/remove
index 081df33..d171d87 100755
--- a/lib/container/remove
+++ b/lib/container/remove
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/restart b/lib/container/restart
index 8ea72a7..9b6f18d 100755
--- a/lib/container/restart
+++ b/lib/container/restart
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/start b/lib/container/start
index 880ca22..8d5429b 100755
--- a/lib/container/start
+++ b/lib/container/start
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/stop b/lib/container/stop
index 5f03a16..a11c155 100755
--- a/lib/container/stop
+++ b/lib/container/stop
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/container/version b/lib/container/version
index ac7900d..b7e259d 100755
--- a/lib/container/version
+++ b/lib/container/version
@@ -1,6 +1,6 @@
#!/bin/sh
-# Open Infrastructure: container-tools
+# container-tools - Manage systemd-nspawn containers
# Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# This program is free software: you can redistribute it and/or modify