diff options
author | Bill Nottingham <notting@redhat.com> | 2013-01-03 14:20:07 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2013-01-03 14:20:35 -0500 |
commit | f19024c0acd2a86e1af22e1c38a2e71b5a3dc287 (patch) | |
tree | 739763bcc87865eb36ebe3889ff39cc23403e401 | |
parent | 691892f622a36ff8c4ee151b2831abe014daa913 (diff) | |
download | initscripts-f19024c0acd2a86e1af22e1c38a2e71b5a3dc287.tar initscripts-f19024c0acd2a86e1af22e1c38a2e71b5a3dc287.tar.gz initscripts-f19024c0acd2a86e1af22e1c38a2e71b5a3dc287.tar.bz2 initscripts-f19024c0acd2a86e1af22e1c38a2e71b5a3dc287.tar.xz initscripts-f19024c0acd2a86e1af22e1c38a2e71b5a3dc287.zip |
Rename term256 to 256term (glob sort) (#849429)
-rw-r--r-- | 256term.csh (renamed from term256.csh) | 0 | ||||
-rw-r--r-- | 256term.sh (renamed from term256.sh) | 0 | ||||
-rw-r--r-- | Makefile | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/term256.csh b/256term.csh index 91547d0f..91547d0f 100644 --- a/term256.csh +++ b/256term.csh @@ -24,7 +24,7 @@ install: install -m644 rwtab statetab networks $(ROOT)/etc install -m755 service $(ROOT)/sbin install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d - install -m644 term256.csh term256.sh $(ROOT)/etc/profile.d + install -m644 256term.csh 256term.sh $(ROOT)/etc/profile.d install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 |