summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 20:57:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 20:57:43 (EDT)
commitea8868be52ef56c342725b83cdcb59493a65d887 (patch)
treedd37421dabaf09931cd1ec4e4d24138b0ae09716 /src
parent72f4009b7b1cb37cb6a28fb27d2951383ad7890a (diff)
`git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'`
Diffstat (limited to 'src')
-rw-r--r--src/cmd.sh2
-rw-r--r--src/cmd/copy-suite.sh2
-rw-r--r--src/cmd/help.sh2
-rw-r--r--src/cmd/include.sh2
-rw-r--r--src/cmd/process-incoming.sh2
-rw-r--r--src/cmd/remove-suite.sh2
-rw-r--r--src/cmd/remove.sh2
-rw-r--r--src/cmd/version.sh2
-rw-r--r--src/control.sh2
-rw-r--r--src/db.sh2
-rw-r--r--src/dir.sh2
-rw-r--r--src/garbage.sh2
-rw-r--r--src/include.sh2
-rw-r--r--src/index.sh2
-rw-r--r--src/locale.sh2
-rw-r--r--src/output.sh2
-rw-r--r--src/remove.sh2
-rw-r--r--src/suite.sh2
18 files changed, 18 insertions, 18 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index a8deada..dbf28ba 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd.sh
+# src/cmd.sh
# Command-related functions
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/copy-suite.sh b/src/cmd/copy-suite.sh
index 2eb265e..e3cbb08 100644
--- a/src/cmd/copy-suite.sh
+++ b/src/cmd/copy-suite.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/copy-suite.sh
+# src/cmd/copy-suite.sh
# "copy-suite" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/help.sh b/src/cmd/help.sh
index caf0707..f0dfcda 100644
--- a/src/cmd/help.sh
+++ b/src/cmd/help.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/help.sh
+# src/cmd/help.sh
# "help" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/include.sh b/src/cmd/include.sh
index fc4d3cc..4f7a6d9 100644
--- a/src/cmd/include.sh
+++ b/src/cmd/include.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/include.sh
+# src/cmd/include.sh
# "include" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/process-incoming.sh b/src/cmd/process-incoming.sh
index 92bc8fe..947bc59 100644
--- a/src/cmd/process-incoming.sh
+++ b/src/cmd/process-incoming.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/generate-index.sh
+# src/cmd/generate-index.sh
# "generate-index" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/remove-suite.sh b/src/cmd/remove-suite.sh
index a28f093..04f9f1d 100644
--- a/src/cmd/remove-suite.sh
+++ b/src/cmd/remove-suite.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/remove-suite.sh
+# src/cmd/remove-suite.sh
# "remove-suite" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/remove.sh b/src/cmd/remove.sh
index 7747aac..c4fb1b9 100644
--- a/src/cmd/remove.sh
+++ b/src/cmd/remove.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/remove.sh
+# src/cmd/remove.sh
# "remove" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/cmd/version.sh b/src/cmd/version.sh
index 9ceeac3..c4f57fd 100644
--- a/src/cmd/version.sh
+++ b/src/cmd/version.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/cmd/version.sh
+# src/cmd/version.sh
# "version" command
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/control.sh b/src/control.sh
index 0191531..56c70a1 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/control.sh
+# src/control.sh
# Functions for parsing control files.
#
# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
diff --git a/src/db.sh b/src/db.sh
index a7e2c3e..15c8685 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/db.sh
+# src/db.sh
# Functions for querying and modifying the database
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/dir.sh b/src/dir.sh
index 2ff3fc3..979ac53 100644
--- a/src/dir.sh
+++ b/src/dir.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/dir.sh
+# src/dir.sh
# Miscellaneous directory-related functions
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/garbage.sh b/src/garbage.sh
index 5f9e011..56959de 100644
--- a/src/garbage.sh
+++ b/src/garbage.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/garbage.sh
+# src/garbage.sh
# Functions for garbage collection
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/include.sh b/src/include.sh
index 9e84502..fcbf30b 100644
--- a/src/include.sh
+++ b/src/include.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/include.sh
+# src/include.sh
# Functions for including changes
#
# Copyright (C) 2013, 2014 Patrick "P. J." McDermott
diff --git a/src/index.sh b/src/index.sh
index 3570750..5fad795 100644
--- a/src/index.sh
+++ b/src/index.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/index.sh
+# src/index.sh
# Functions for working with package feed indices
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/locale.sh b/src/locale.sh
index e0096b1..0d77cb3 100644
--- a/src/locale.sh
+++ b/src/locale.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/locale.sh
+# src/locale.sh
# Locale functions
#
# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
diff --git a/src/output.sh b/src/output.sh
index 273375b..1464f66 100644
--- a/src/output.sh
+++ b/src/output.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/output.sh
+# src/output.sh
# Functions for printing messages
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/remove.sh b/src/remove.sh
index ddd143f..31fa6a9 100644
--- a/src/remove.sh
+++ b/src/remove.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/remove.sh
+# src/remove.sh
# Functions for removing packges
#
# Copyright (C) 2013 Patrick "P. J." McDermott
diff --git a/src/suite.sh b/src/suite.sh
index e0262a4..3a2f9a0 100644
--- a/src/suite.sh
+++ b/src/suite.sh
@@ -1,5 +1,5 @@
# pro-archman
-# lib/suite.sh
+# src/suite.sh
# Functions for working with suites
#
# Copyright (C) 2013 Patrick "P. J." McDermott