diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2003-01-26 21:14:56 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2003-01-26 21:14:56 +0000 |
| commit | 9d11bc143b562a713100d88bd8a6f429c2e1e2b3 (patch) | |
| tree | bd8bc91e1fc8978161c9457d106832e85f9e9cb1 /usr.sbin | |
| parent | 9799a92dae8a27f443b6c34b66b46528eab77a71 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 4c37d18f8fc9..12d5a1b0fefe 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -913,7 +913,7 @@ DMenu MenuDistributions = { "distributions", { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, - { "All", "All system sources, binaries and X Window System)", + { "All", "All system sources, binaries and X Window System", checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Reset", "Reset selected distribution list to nothing", NULL, distReset, NULL, NULL, ' ', ' ', ' ' }, diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 4c37d18f8fc9..12d5a1b0fefe 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -913,7 +913,7 @@ DMenu MenuDistributions = { "distributions", { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, - { "All", "All system sources, binaries and X Window System)", + { "All", "All system sources, binaries and X Window System", checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Reset", "Reset selected distribution list to nothing", NULL, distReset, NULL, NULL, ' ', ' ', ' ' }, |
