summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-16 10:06:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 19:09:20 -0400
commit265dd14966ae7b83d184d276f6085c12aa18a427 (patch)
tree3641ac39daebc7f090a0d014cc95f8c235c67dda
parent131b228ee70abffea7ca8580af7b5efe2cd36ead (diff)
sd_login: rename files
-rw-r--r--sd_login/.gitignore2
-rw-r--r--sd_login/Makefile2
-rw-r--r--sd_login/logind_seat.go (renamed from sd_login/type_seat.go)0
-rw-r--r--sd_login/logind_session.go (renamed from sd_login/type_session.go)0
-rw-r--r--sd_login/logind_user.go (renamed from sd_login/type_user.go)0
-rw-r--r--sd_login/machined_machine.go (renamed from sd_login/type_machine.go)0
-rw-r--r--sd_login/monitor.go (renamed from sd_login/type_monitor.go)0
-rw-r--r--sd_login/systemd_cgroup.go (renamed from sd_login/cgroup.go)0
-rwxr-xr-xsd_login/systemd_pid.go.gen (renamed from sd_login/type_pid.go.gen)0
9 files changed, 2 insertions, 2 deletions
diff --git a/sd_login/.gitignore b/sd_login/.gitignore
index 8050442..721c03c 100644
--- a/sd_login/.gitignore
+++ b/sd_login/.gitignore
@@ -1 +1 @@
-/type_pid.go
+/systemd_pid.go
diff --git a/sd_login/Makefile b/sd_login/Makefile
index daf076d..98f0746 100644
--- a/sd_login/Makefile
+++ b/sd_login/Makefile
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-files.src.gen += type_pid.go
+files.src.gen += systemd_pid.go
files.generate: $(files.src.gen)
maintainer-clean:
diff --git a/sd_login/type_seat.go b/sd_login/logind_seat.go
index a62effc..a62effc 100644
--- a/sd_login/type_seat.go
+++ b/sd_login/logind_seat.go
diff --git a/sd_login/type_session.go b/sd_login/logind_session.go
index e692426..e692426 100644
--- a/sd_login/type_session.go
+++ b/sd_login/logind_session.go
diff --git a/sd_login/type_user.go b/sd_login/logind_user.go
index 81a5418..81a5418 100644
--- a/sd_login/type_user.go
+++ b/sd_login/logind_user.go
diff --git a/sd_login/type_machine.go b/sd_login/machined_machine.go
index d89eaad..d89eaad 100644
--- a/sd_login/type_machine.go
+++ b/sd_login/machined_machine.go
diff --git a/sd_login/type_monitor.go b/sd_login/monitor.go
index 2422f06..2422f06 100644
--- a/sd_login/type_monitor.go
+++ b/sd_login/monitor.go
diff --git a/sd_login/cgroup.go b/sd_login/systemd_cgroup.go
index 0ceef37..0ceef37 100644
--- a/sd_login/cgroup.go
+++ b/sd_login/systemd_cgroup.go
diff --git a/sd_login/type_pid.go.gen b/sd_login/systemd_pid.go.gen
index 8d5e5fb..8d5e5fb 100755
--- a/sd_login/type_pid.go.gen
+++ b/sd_login/systemd_pid.go.gen