Skip to content

Commit fddd630

Browse files
committed
more renames and removals
1 parent b0c75e6 commit fddd630

File tree

25 files changed

+32
-40
lines changed

25 files changed

+32
-40
lines changed

ocfweb/docs/docs/staff/backend/mail/vhost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ clients to send as a vhost address. (See `/etc/pam.d/smtp` and
4646

4747
## How do I add mail hosting to a group?
4848

49-
See [[here|doc staff/procedures/vhost#mail]].
49+
See [[here|doc staff/howto/user-services/vhost#mail]].

ocfweb/docs/docs/staff/backend/printhost.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ and emails users in the case a job fails.
140140
After printing a document from a desktop, lab visitors are notified when pages
141141
are subtracted from their quota by a little popup notification. This is done by
142142
a short daemon script, [notify script][notify], which starts upon login and
143-
runs the [[paper command|doc staff/scripts/paper]] every minute to see if the
143+
runs the [[paper command|doc staff/howto/user-services/paper]] every minute to see if the
144144
quota has changed.
145145

146146
In the future, it would be nice to have a more robust notification system where
@@ -157,9 +157,9 @@ current user.
157157

158158
## See also
159159

160-
- [[Printing maintenance|doc staff/procedures/printing]]
160+
- [[Printing maintenance|doc staff/howto/maintenance/printing]]
161161
- The [ocf\_printhost][ocf_printhost] Puppet class
162-
- The [[paper|doc staff/scripts/paper]] command
162+
- The [[paper|doc staff/howto/user-services/paper]] command
163163
- [CUPS documentation at Samba][cups-samba] (for Windows users, but has general
164164
CUPS info as well)
165165

ocfweb/docs/docs/staff/backend/switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Port Channel Port-Channel7:
8383

8484
More details can be found on the EOS guide online, in the [Port Channel section][lacp-guide].
8585

86-
LACP also needs to be configured on the [[host side | doc staff/procedures/setting-up-lacp]].
86+
LACP also needs to be configured on the [[host side | doc staff/howto/infrastructure/setting-up-lacp]].
8787

8888
[primary-switch]: https://www.arista.com/assets/data/pdf/Datasheets/7050SX-128_64_Datasheet.pdf
8989
[secondary-switch]: https://www.arista.com/assets/data/pdf/Datasheets/7048T-A_DataSheet.pdf

ocfweb/docs/docs/staff/howto/account-management/association.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
New individual accounts have a `calnetUid` attribute in
44
[[LDAP|doc staff/backend/ldap]] which is used for
55
[[changing passwords online|change_password]], querying CalNet when running
6-
[[`check`|doc staff/scripts/check]], and producing aggregate counts of
6+
[[`check`|doc staff/howto/account-management/check]], and producing aggregate counts of
77
the number of members by university affiliation.
88

99
Similarly, group accounts have a `callinkOid` attribute.

ocfweb/docs/docs/staff/howto/account-management/check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ may only be accessible to privileged users or root, or depend on the server
1616
* Virtual host, apphost, and/or virtual mail configuration if applicable
1717
* DNS records for any of the above
1818
* Signatory of / signatories for
19-
* [[Notes|doc staff/scripts/note]] about the user in `~staff/User_Info`
19+
* [[Notes|doc staff/howto/account-management/note]] about the user in `~staff/User_Info`
2020
* Processes running on the current machine owned by that user
2121
* Recent login history on the current machine by that user
2222

ocfweb/docs/docs/staff/howto/account-management/checkacct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If a member does not know their account name, you can use this script to look
66
it up.
77

88
Before recording an account request for a group with [[approve|doc
9-
staff/scripts/approve]], check to see if the group already has an account. Be
9+
staff/howto/user-services/approve]], check to see if the group already has an account. Be
1010
sure to use different forms and abbreviations of the group's name to maximize
1111
the chance that a group will be found.
1212

ocfweb/docs/docs/staff/howto/account-management/note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ reasons where some documentation should be made about an OCF account.
1616

1717
`note` will append the note-taking user's username, the day's date, the noted
1818
user's username, and the note to `~staff/User_Info`, where it can later be retrieved by
19-
[[`check`|doc staff/scripts/check]].
19+
[[`check`|doc staff/howto/account-management/check]].

ocfweb/docs/docs/staff/howto/account-management/signat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `signat` script is used to look up the signatory status of people and
66
student groups. This allows us to verify that the people who email us or come
77
in to [[staff hours|staff-hours]] are really signatories for their group, and
88
it also gives all the information needed to create group accounts with
9-
[[approve|doc staff/scripts/approve]].
9+
[[approve|doc staff/howto/user-services/approve]].
1010

1111
## How it works
1212

ocfweb/docs/docs/staff/howto/account-management/sorry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ After sorrying a user, make sure to run the `note` command to document the
3131
reasoning to ~staff/User_Info. This reason will be read to future users running
3232
`check` on the sorried user.
3333

34-
[[Unsorrying | doc staff/scripts/unsorry]] a user is also possible.
34+
[[Unsorrying | doc staff/howto/account-management/unsorry]] a user is also possible.
3535

3636
If a user is sending too much mail, it may be easier to `nomail` the user
3737
instead of sorrying their account. This involves adding the user to

ocfweb/docs/docs/staff/howto/account-management/unsorry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
For various reasons, we've had to disable accounts. Some for weak passwords,
66
some for security vulnerabilities, or myriad other reasons. If an account
7-
is [[sorried|doc staff/scripts/sorry]], once you've made sure the original problem
8-
has been resolved (you can check `User_Info` via [[check| doc staff/scripts/check]])
7+
is [[sorried|doc staff/howto/account-management/sorry]], once you've made sure the original problem
8+
has been resolved (you can check `User_Info` via [[check| doc staff/howto/account-management/check]])
99
you can `unsorry` their account and let them log in again.
1010

1111
`unsorry` will remove the user from the sorry group, re-enable a login shell,
@@ -21,4 +21,4 @@ infrastructure.
2121

2222
It may also be necessary to run `nscd -i passwd` on **`tsunami`**.
2323

24-
Make sure to document all `sorry`ing and `unsorry`ing using [[note|doc staff/scripts/note]]
24+
Make sure to document all `sorry`ing and `unsorry`ing using [[note|doc staff/howto/account-management/note]]

0 commit comments

Comments
 (0)