diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 15:42:02 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 15:42:02 -0400 |
commit | 0f5a4178cd4e59fc6495288dbc3dab6a1b7e0186 (patch) | |
tree | 1118825116ac556a8167b6bfc537bd6e35213cf1 /packaging/freebsd/files/patch-etclocation | |
parent | e3030c0ed18988ff646fd8dc004797de09b39360 (diff) |
fixing freebsd patch to match current shipped config file.
Diffstat (limited to 'packaging/freebsd/files/patch-etclocation')
-rw-r--r-- | packaging/freebsd/files/patch-etclocation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/freebsd/files/patch-etclocation b/packaging/freebsd/files/patch-etclocation index 0100a9c..2ab3ac0 100644 --- a/packaging/freebsd/files/patch-etclocation +++ b/packaging/freebsd/files/patch-etclocation @@ -6,8 +6,8 @@ index c001f2d..d33fd36 100644 # authorized_keys file. '%h' will be replaced by the home directory # of the user, and %u will be replaced by the username of the user. # For purely admin-controlled authorized_user_ids, you might put them --# in /etc/monkeysphere/authorized_user_ids/%u -+# in /usr/local/etc/monkeysphere/authorized_user_ids/%u +-# in /etc/monkeysphere/authorized_user_ids/%u, for instance. ++# in /usr/local/etc/monkeysphere/authorized_user_ids/%u, for instance. #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids" # Whether to add user controlled authorized_keys file to |