diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-01-08 14:18:03 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-01-08 14:18:03 +0000 |
commit | 999635326effa703ecb171abb79f9f44cd9e9b4a (patch) | |
tree | db83458ea9f0eea90b7d5ddb1910272abe129958 | |
parent | a96ad72c869b687c3d09580d061c4f6bcf2f62bc (diff) | |
download | acf-alpine-baselayout-999635326effa703ecb171abb79f9f44cd9e9b4a.tar.bz2 acf-alpine-baselayout-999635326effa703ecb171abb79f9f44cd9e9b4a.tar.xz |
Moving modules into only 3 main categories
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@506 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | health.menu | 2 | ||||
-rw-r--r-- | hostname.menu | 2 | ||||
-rw-r--r-- | interfaces.menu | 4 | ||||
-rw-r--r-- | logfiles.menu | 2 | ||||
-rw-r--r-- | password.menu | 2 | ||||
-rw-r--r-- | skins.menu | 2 | ||||
-rw-r--r-- | syslog.menu | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/health.menu b/health.menu index 35361c2..ffe2328 100644 --- a/health.menu +++ b/health.menu @@ -1,2 +1,2 @@ #CAT GROUP/DESC TAB ACTION -General 01General_health General_health system +System 01General_health General_health system diff --git a/hostname.menu b/hostname.menu index fb02485..d40345c 100644 --- a/hostname.menu +++ b/hostname.menu @@ -1,3 +1,3 @@ # Prefix and controller are already known at this point # Cat Group Tab Action -Setup Hostname Define read +System 10Hostname Define read diff --git a/interfaces.menu b/interfaces.menu index e22b7ef..9562ce2 100644 --- a/interfaces.menu +++ b/interfaces.menu @@ -1,4 +1,4 @@ # Prefix and controller are already known at this point # Cat Group Tab Action -Networking Interfaces Define read -Networking Interfaces Update update +System Interfaces Define read +System Interfaces Update update diff --git a/logfiles.menu b/logfiles.menu index b2e3d7a..68e2da1 100644 --- a/logfiles.menu +++ b/logfiles.menu @@ -1,2 +1,2 @@ #CAT GROUP/DESC TAB ACTION -General 20Logfiles Logfiles read +System 50Logfiles Logfiles read diff --git a/password.menu b/password.menu index d651da0..427e2a0 100644 --- a/password.menu +++ b/password.menu @@ -1,2 +1,2 @@ #CAT GROUP/DESC TAB ACTION -General Password update update +System Password update update @@ -1,2 +1,2 @@ #CAT GROUP/DESC TAB ACTION -Setup 99Skins Skins read +System 99Skins Skins read diff --git a/syslog.menu b/syslog.menu index 153ddba..d80f820 100644 --- a/syslog.menu +++ b/syslog.menu @@ -1,2 +1,2 @@ #CAT GROUP/DESC TAB ACTION -General 22System_Logging basic basic +System 22System_Logging basic basic |